From 1eab3296d1cac7512ac1bd6fc9934fc532fbb116 Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Thu, 29 Jun 2023 13:31:21 +0200 Subject: [PATCH] Revert "feat(GODT-2749): manual windows-test." This reverts commit 650158ea8aaa9ba374aa26eaf8d21003605c231c. --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8effd6b4..ac9afc14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -156,7 +156,6 @@ test-windows: extends: - .env-windows - .script-test - - .rules-branch-and-MR-manual test-darwin: extends: @@ -172,7 +171,7 @@ test-coverage: coverage: '/total:.*\(statements\).*\d+\.\d+%/' needs: - test-linux - #- test-windows + - test-windows - test-darwin - test-integration tags: