From 7ad7b01030838dc5c649f752610e741c86ad7391 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:04:26 +0100
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5f80ad1..97c4e78 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
 before_script:
-  - python --version
+  - python3 --version
 
 build:
   script:
-    - python setup.py build_ext
+    - python3 setup.py build_ext
-- 
GitLab