summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-02-16 14:36:04 -0300
committerJesusaves <cpntb1@ymail.com>2023-02-16 14:36:04 -0300
commit053e1e229e3b0ab00d4b8098faee96df2fff8d0b (patch)
treea1428208050af0c9d6fe7eeb6c66908a1bd1bd9e /.gitlab-ci.yml
parent518317b173c6ea3f5b2d6aa43d51c9570961a276 (diff)
downloadclientdata-053e1e229e3b0ab00d4b8098faee96df2fff8d0b.tar.gz
clientdata-053e1e229e3b0ab00d4b8098faee96df2fff8d0b.tar.bz2
clientdata-053e1e229e3b0ab00d4b8098faee96df2fff8d0b.tar.xz
clientdata-053e1e229e3b0ab00d4b8098faee96df2fff8d0b.zip
CI update
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: