From 8b2a23508eee4908905276a9ae7bce307e379783 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:3.6 image instead the generic one Change-Id: Ida60053a112c349fe678f5a42134962c60698e80 --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e637a1cb..3c2d59b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,5 @@ +image: python:3.6 + before_script: - export LC_ALL="C.UTF-8" - git clone https://gitlab.com/baserock/ybd.git -- cgit v1.2.1