From 346dd2ba412874224c8fce3780620f9776de6d8a Mon Sep 17 00:00:00 2001
From: loikki <loic.hausammann@protonmail.ch>
Date: Mon, 5 Aug 2019 12:00:49 +0200
Subject: [PATCH] Add swift path

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e72c305..31517a7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,7 @@ before_script:
   - cd ..
 
 # compile pyswiftsim
-  - python3 setup.py install --user
+  - python3 setup.py install --with-swift=$LHOME/swiftsim --user
 
 # compile the docs
   - cd docs
-- 
GitLab