From e9b5d6ac2ee87e3ba609c6c43a69b68945441aca Mon Sep 17 00:00:00 2001 From: plup <plup@plup.io> Date: Wed, 9 Jan 2019 23:18:57 +0100 Subject: [PATCH] test: downgrade python version in container --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a48d3d5..e131810f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ --- -image: python:3 +image: python:3.4 stages: - test -- GitLab