summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-18 21:56:30 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-18 21:56:30 -0300
commit3e50d16cc5730bfab41d1825d6a24dfb5198affc (patch)
tree735b0d463ce588856db5e817dadc33c6e4997093 /.gitlab-ci.yml
parent26c5a848c57aae3221a95f10ef6b435eccfadb91 (diff)
downloadtools-3e50d16cc5730bfab41d1825d6a24dfb5198affc.tar.gz
tools-3e50d16cc5730bfab41d1825d6a24dfb5198affc.tar.bz2
tools-3e50d16cc5730bfab41d1825d6a24dfb5198affc.tar.xz
tools-3e50d16cc5730bfab41d1825d6a24dfb5198affc.zip
I hate debian unstable, it can burn in :fire: base for all I care with
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
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