From c13b2124a3ed0b670b1e82b1996414d47a7b6721 Mon Sep 17 00:00:00 2001
From: Thomas <purcell@fhi-berlin.mpg.de>
Date: Sat, 8 May 2021 13:36:41 +0200
Subject: [PATCH] update .gilatb-ci

check_model for the log_reg exec test must now be different
---
 .gitlab-ci.yml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 057fc864..31b81cc3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -88,15 +88,12 @@ test-intel-bin:
     - cd ../classification/
     - mpiexec -n 1 ../../../bin/sisso++
     - python check_model.py
-    - cd ../default
-    - mpiexec -n 2 ../../../bin/sisso++
-    - python ../check_model.py
     - cd ../gen_proj
     - mpiexec -n 2 ../../../bin/sisso++
     - python ../check_model.py
     - cd ../log_reg
     - mpiexec -n 2 ../../../bin/sisso++
-    - python ../check_model.py
+    - python check_model.py
     - cd ../max_corr
     - mpiexec -n 2 ../../../bin/sisso++
     - python ../check_model.py
@@ -171,15 +168,12 @@ test-gnu-bin:
     - cd ../classification/
     - mpiexec -n 1 ../../../bin/sisso++
     - python check_model.py
-    - cd ../default
-    - mpiexec -n 1 ../../../bin/sisso++
-    - python ../check_model.py
     - cd ../gen_proj
     - mpiexec -n 1 ../../../bin/sisso++
     - 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