From fa94e149f10cc9c66e9bf2f04601667db3d5e0d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 13 Oct 2016 15:17:24 +0100 Subject: .gitlab-ci.yml: Use docker python:2.7 image instead python:3.6 ybd is not python3 yet Change-Id: I94e1cb24324a89a5928f92df0bbbb990ee74ade7 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1