diff options
author | Ledmitz <smoothshifter@tuta.io> | 2023-03-21 22:06:25 -0300 |
---|---|---|
committer | Ledmitz <smoothshifter@tuta.io> | 2023-03-21 22:06:25 -0300 |
commit | 86b376f59c7a6d5c6f24f74f825dc8ab54c0494c (patch) | |
tree | 813be522038bbbaad10b6104de96657619a401b0 /.gitlab-ci.yml | |
parent | 968bdbae500eff84c63e3dd2548b89d416e10f09 (diff) | |
parent | bd24b8a8168dc6b2747fc2c2d98e50742ce375e2 (diff) | |
download | clientdata-floyd_book.tar.gz clientdata-floyd_book.tar.bz2 clientdata-floyd_book.tar.xz clientdata-floyd_book.zip |
Conflict resolution 1floyd_book
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
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: |