From 915b7f7c1dae714fef89f1808c0db3056ec0a6ac Mon Sep 17 00:00:00 2001
From: loikki <loic.hausammann@protonmail.ch>
Date: Mon, 5 Aug 2019 13:00:13 +0200
Subject: [PATCH] fix swift path

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

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