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: