From dd6ea9b242e26bf212b1dfd6aa700216168d08fe Mon Sep 17 00:00:00 2001
From: Thomas <purcell@fhi-berlin.mpg.de>
Date: Fri, 20 Aug 2021 11:22:21 +0200
Subject: [PATCH] Update .gitlab-ci to fix bug

File path issue
---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a4513109..ffa2d6fa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,7 +49,8 @@ test-gnu-googletest:
     - build-gnu
   script:
     - source sissopp_env/bin/activate
-    - tests/googletest/sisso_test
+    - cd tests/  
+    - googletest/sisso_test
 
 test-gnu-bin:
   stage: bin_test
-- 
GitLab