From 3d35df4b84b87605574d3fc8595a1e09e803c3b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Bla=C3=9F?= <michael.blass@uni-hamburg.de> Date: Sat, 2 Mar 2019 13:14:26 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97c4e78..3340a36 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ -before_script: - - python3 --version build: + image: python:3.7 script: - - python3 setup.py build_ext + - python3.7 setup.py build_ext -- GitLab