From f1f72552bde87d4ae7e797e91bc8fa20ced47e4c Mon Sep 17 00:00:00 2001
From: Thomas <purcell@fhi-berlin.mpg.de>
Date: Tue, 10 Aug 2021 08:47:54 +0200
Subject: [PATCH] Fix Minor Bug in gitlab-ci

Using the wrong check_model in bin tsets
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e8956e12..df40149b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -70,7 +70,7 @@ test-gnu-bin:
     - python ../check_model.py
     - cd ../log_reg/
     - mpiexec -n 1 ../../../bin/sisso++
-    - python ../check_model.py
+    - python check_model.py
     - cd ../max_corr/
     - mpiexec -n 1 ../../../bin/sisso++
     - python ../check_model.py
-- 
GitLab