summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-11-01 11:29:37 +0000
committerJavier Jardón <jjardon@gnome.org>2016-11-01 14:51:41 +0000
commita723152f3c0dac567387c8ea8b1fd7f9676fb584 (patch)
tree01d8ea531a33845ad02ea35c3756557084781eb4
parent0ce67f55d6164ec6c1f493826505e173a58fe3a6 (diff)
downloaddefinitions-a723152f3c0dac567387c8ea8b1fd7f9676fb584.tar.gz
We need python3
Change-Id: Ib530466e9151f3bea527d3b75fa88387e2b551ec
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a21c7a4b..9499d528 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: python:2.7-slim
+image: python:3.6-slim
before_script:
- export LC_ALL="C.UTF-8"