diff options
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61bdee3..5cfa4c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ pyflakes2: script: - ./ci/install.sh python2.7 pyflakes - pyflakes . - image: debian:unstable + image: debian:latest .pyflakes3: stage: test |