diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6193b67ef9b9d4acf1d8b3434f9ae872cdd071a..1764ba4bf5ffec165d050187a52c41cb2f1a3bf6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: RUN: value: "all" - description: "The tests that should run. Possible values: ubuntu, win10, all." + description: "The tests that should run. Possible values: ubuntu, win, all." stages: - build @@ -33,7 +33,7 @@ build_ubuntu_gcc: build_win10_msvc: only: variables: - - $RUN =~ /\bwin10.*/i || $RUN =~ /\ball.*/i + - $RUN =~ /\bwin.*/i || $RUN =~ /\ball.*/i stage: build tags: - win10-msvc