diff options
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9eb46f7..605db3ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ image: debian:stable before_script: - uname -a -.testxml: +testxml: stage: test tags: - glados @@ -13,12 +13,12 @@ before_script: - ./.tools/testxml.sh - pwd -.pngcheck: +pngcheck: stage: test script: - ./.tools/pngcheck.sh -.imagemagiccheck: +imagemagiccheck: stage: test script: - ./.tools/imagemagiccheck.sh @@ -45,7 +45,7 @@ old_manaplus: when: always expire_in: 3 week -.newlines: +newlines: stage: test tags: - lightweight @@ -63,7 +63,7 @@ old_manaplus: - ./.tools/contributors.sh - pwd -.licensecheck: +licensecheck: stage: test tags: - lightweight |