From 42178806d192476ebb9e090c8f992876703d5353 Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Tue, 11 Jul 2023 16:07:11 +0200 Subject: [PATCH] Revert "feat(GODT-2749): manual windows-test." This reverts commit 650158ea8aaa9ba374aa26eaf8d21003605c231c. The issue has that was causing the problem has been addressed. --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 672b4575..733f54ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -158,7 +158,6 @@ test-windows: extends: - .env-windows - .script-test - - .rules-branch-and-MR-manual test-darwin: extends: @@ -174,7 +173,7 @@ test-coverage: coverage: '/total:.*\(statements\).*\d+\.\d+%/' needs: - test-linux - #- test-windows + - test-windows - test-darwin - test-integration tags: