diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-17 19:47:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-17 19:47:15 -0300 |
commit | 77f2a23c20646d83bd29c2d466ebe57e47fe0cc5 (patch) | |
tree | 24300487b8b272bf0f3857e8a192fd72fa53ac0d | |
parent | 0cce5161dd8a258429748e35d911163973723013 (diff) | |
download | clientdata-77f2a23c20646d83bd29c2d466ebe57e47fe0cc5.tar.gz clientdata-77f2a23c20646d83bd29c2d466ebe57e47fe0cc5.tar.bz2 clientdata-77f2a23c20646d83bd29c2d466ebe57e47fe0cc5.tar.xz clientdata-77f2a23c20646d83bd29c2d466ebe57e47fe0cc5.zip |
Fix CI rules. All MRs without this patch WILL FAIL and NEED REBASE.
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e395c7038..a0c27ae9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ testxml: script: - ./.tools/testxml.sh - pwd +image: debian:buster pngcheck: stage: test |