diff options
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af056a917..054b0f168 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3478,7 +3478,7 @@ gitstats: only: - master -mxe_gcc6_shared_32_tests: +.mxe_gcc6_shared_32_tests: stage: build script: - tools\ci\jobs\windowstest.cmd files32 @@ -3496,7 +3496,7 @@ mxe_gcc6_shared_32_tests: tags: - windows -mxe_gcc6_shared_64_tests: +.mxe_gcc6_shared_64_tests: stage: build script: - tools\ci\jobs\windowstest.cmd files64 |