summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml6
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