summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 29c34a4e..d86634bd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ image: debian:buster
before_script:
- uname -a
-pngcheck:
+.pngcheck:
stage: test
script:
- ./.tools/pngcheck.sh
@@ -17,7 +17,7 @@ imagemagiccheck:
- ./.tools/imagemagiccheck.sh
allow_failure: true
-manaplus:
+.manaplus:
stage: test
script:
- ./.tools/manaplus.sh
@@ -29,7 +29,7 @@ manaplus:
expire_in: 3 week
allow_failure: true
-newlines:
+.newlines:
stage: test
tags:
- lightweight
@@ -42,7 +42,7 @@ newlines:
expire_in: 3 week
#allow_failure: true
-licensecheck:
+.licensecheck:
stage: test
tags:
- lightweight
@@ -51,7 +51,7 @@ licensecheck:
- ./.tools/licensecheck.sh
allow_failure: true
-testxml:
+.testxml:
stage: test
image: ubuntu:18.04
tags: