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 a2e89ee38..e9a40ea63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1409,7 +1409,7 @@ gcc-5_tarball: libxml2-dev libcurl4-gnutls-dev libpng-dev libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev -.fedora_gcc-snapshot_tests: +fedora_gcc-snapshot_tests: stage: build script: - ./tools/ci/jobs/gccsnapshot_tests.sh --without-dyecmd --without-manaplusgame @@ -1421,7 +1421,7 @@ gcc-5_tarball: tags: - docker -.fedora_gcc-snapshot_sdl2_tests: +fedora_gcc-snapshot_sdl2_tests: stage: build script: - ./tools/ci/jobs/gccsnapshot_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame |