summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-05-21 23:47:58 -0300
committerJesusaves <cpntb1@ymail.com>2023-05-21 23:47:58 -0300
commit7cc6b92077d0ca78f2f70bf72538b930c11d8c9e (patch)
tree39cf304c4cdf6dedcc01432c62eefb8d35970ac0
parentafaa57bb2db9cb059af40d099a66b2be11b02693 (diff)
downloadtools-7cc6b92077d0ca78f2f70bf72538b930c11d8c9e.tar.gz
tools-7cc6b92077d0ca78f2f70bf72538b930c11d8c9e.tar.bz2
tools-7cc6b92077d0ca78f2f70bf72538b930c11d8c9e.tar.xz
tools-7cc6b92077d0ca78f2f70bf72538b930c11d8c9e.zip
Update CI rulesHEADmaster
-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