summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eca9465c..29c34a4e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ pngcheck:
stage: test
script:
- ./.tools/pngcheck.sh
- allow_failure: true
+ #allow_failure: true
imagemagiccheck:
stage: test
@@ -40,18 +40,20 @@ newlines:
- shared
when: always
expire_in: 3 week
- allow_failure: true
+ #allow_failure: true
licensecheck:
stage: test
tags:
- lightweight
script:
+ - ln -s license.md LICENSE
- ./.tools/licensecheck.sh
allow_failure: true
testxml:
stage: test
+ image: ubuntu:18.04
tags:
- glados
script: