diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-05-21 23:47:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-05-21 23:47:58 -0300 |
commit | 7cc6b92077d0ca78f2f70bf72538b930c11d8c9e (patch) | |
tree | 39cf304c4cdf6dedcc01432c62eefb8d35970ac0 /.gitlab-ci.yml | |
parent | afaa57bb2db9cb059af40d099a66b2be11b02693 (diff) | |
download | tools-master.tar.gz tools-master.tar.bz2 tools-master.tar.xz tools-master.zip |
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 04a9fb7..a396a59 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,11 +7,13 @@ pyflakes2: - ./ci/install.sh python2.7 pyflakes - pyflakes . image: debian:buster + allow_failure: true -.pyflakes3: +pyflakes3: stage: test script: - ./ci/install.sh python3 pyflakes3 - pyflakes3 . - image: debian:stable + image: ubuntu:22.04 + allow_failure: true |