From 7cc6b92077d0ca78f2f70bf72538b930c11d8c9e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 21 May 2023 23:47:58 -0300 Subject: Update CI rules --- .gitlab-ci.yml | 6 ++++-- 1 file 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 -- cgit v1.2.3-60-g2f50