From c35c4e1d43645bbfc7c129ef59204cc6a4efb6e8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 23 Apr 2020 12:45:02 -0300 Subject: Debian unstable dropped support for Python2.7 Update CI to use Debian Stable. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61bdee3..b389717 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:stable .pyflakes3: stage: test -- cgit v1.2.3-70-g09d2