summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-11-15 17:17:26 +0000
committerJavier Jardón <jjardon@gnome.org>2016-11-15 17:17:26 +0000
commitd4d063ab2a078950bf18cb8f3d317a48507f98e8 (patch)
tree226f51d4154a5bcd700c4a127adef7efdacc089d
parentac377cb9745527c87e5c3db5e069a5615df17568 (diff)
downloaddefinitions-jjardon/python3.4.tar.gz
.gitlab-ci.yml: Kepp using python2 imagestaging/jjardon/python3.4jjardon/python3.4
Change-Id: Ifa863f1f107c0b8d09aa3fed6722400f8c3018f9
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3edc254e..4e49ed41 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: python:3.4-slim
+image: python:2.7-slim
before_script:
- export LC_ALL="C.UTF-8"