From f66a0220b2134236ecfba61430d01728f935fbb6 Mon Sep 17 00:00:00 2001 From: "Olivier J.N. Bertrand" <olivier.bertrand@uni-bielefeld.de> Date: Wed, 16 May 2018 18:46:58 +0200 Subject: [PATCH] Revert "Revert "Still stuck?"" This reverts commit 52906f389d418aeb9806797ee94aa1c87a362983. --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 766fb46..3b4e515 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ # This file is a template, and might need editing before it works on your project. -# This file is a template, and might need editing before it works on your project. -image: python:latest +# image: python:latest before_script: - python3 -V # Print out python version for debugging -- GitLab