diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 733f54ab..672b4575 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -158,6 +158,7 @@ test-windows: extends: - .env-windows - .script-test + - .rules-branch-and-MR-manual test-darwin: extends: @@ -173,7 +174,7 @@ test-coverage: coverage: '/total:.*\(statements\).*\d+\.\d+%/' needs: - test-linux - - test-windows + #- test-windows - test-darwin - test-integration tags: