From 6df5a82364adb6f22ac427430b44f411b5b98577 Mon Sep 17 00:00:00 2001 From: Jakub Date: Fri, 30 Jun 2023 15:10:35 +0200 Subject: [PATCH] feat(GODT-2749): manual test-windows again. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: