summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-10-13 15:17:24 +0100
committerJavier Jardón <jjardon@gnome.org>2016-10-13 16:55:18 +0100
commitfa94e149f10cc9c66e9bf2f04601667db3d5e0d0 (patch)
tree21cba7f2ef505b7b98b8834c90a29e9b6ec8e301
parent8b2a23508eee4908905276a9ae7bce307e379783 (diff)
downloaddefinitions-fa94e149f10cc9c66e9bf2f04601667db3d5e0d0.tar.gz
.gitlab-ci.yml: Use docker python:2.7 image instead python:3.6
ybd is not python3 yet Change-Id: I94e1cb24324a89a5928f92df0bbbb990ee74ade7
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3c2d59b6..3453d6a2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: python:3.6
+image: python:2.7
before_script:
- export LC_ALL="C.UTF-8"