diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21fe70aa..1122ba2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -155,6 +155,7 @@ test-windows: extends: - .env-windows - .script-test + - .rules-branch-and-MR-manual test-darwin: extends: @@ -170,7 +171,7 @@ test-coverage: coverage: '/total:.*\(statements\).*\d+\.\d+%/' needs: - test-linux - - test-windows + #- test-windows - test-darwin - test-integration tags: