summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8bf2bbd2..46f6daff 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,17 +14,17 @@ testxml:
- pwd
image: debian:buster
-pngcheck:
+.pngcheck:
stage: test
script:
- ./.tools/pngcheck.sh
-imagemagiccheck:
+.imagemagiccheck:
stage: test
script:
- ./.tools/imagemagiccheck.sh
-manaplus:
+.manaplus:
stage: test
script:
- ./.tools/manaplus.sh
@@ -35,7 +35,7 @@ manaplus:
when: always
expire_in: 3 week
-newlines:
+.newlines:
stage: test
tags:
- lightweight
@@ -53,7 +53,7 @@ newlines:
- ./.tools/contributors.sh
- pwd
-licensecheck:
+.licensecheck:
stage: test
tags:
- lightweight