From 38beda3fc2aeb5339954dae0eb14cc74486b470b Mon Sep 17 00:00:00 2001
From: loikki <loic.hausammann@protonmail.ch>
Date: Mon, 5 Aug 2019 11:10:45 +0200
Subject: [PATCH] Specify python version

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c4fd7de..2d4c8f2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,7 @@ before_script:
   - cd ..
 
 # compile pyswiftsim
-  - python setup.py install --user
+  - python3 setup.py install --user
 
 # compile the docs
   - cd docs
-- 
GitLab