diff options
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ea33ed..f2c631a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ test-linux: test-windows: stage: test needs: ["build-windows"] - before-script: + before_script: - x86_64-w64-mingw32-wine hostname script: - cd build-windows/ && ctest |