From 2c83736c5662f8b316138fc2fe03ca698dd6096e Mon Sep 17 00:00:00 2001
From: loikki <loic.hausammann@protonmail.ch>
Date: Mon, 5 Aug 2019 13:38:32 +0200
Subject: [PATCH] test

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 504fc59..0b01830 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,6 +28,7 @@ before_script:
   - cd ..
 
 # compile pyswiftsim
+  - cat swiftsim/Makefile
   - python3 setup.py install --with-swift $LHOME/swiftsim --user
 
 # compile the docs
-- 
GitLab