Skip to content
Snippets Groups Projects
Commit f1f72552 authored by Thomas Purcell's avatar Thomas Purcell
Browse files

Fix Minor Bug in gitlab-ci

Using the wrong check_model in bin tsets
parent 880059fc
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ test-gnu-bin: ...@@ -70,7 +70,7 @@ test-gnu-bin:
- python ../check_model.py - python ../check_model.py
- cd ../log_reg/ - cd ../log_reg/
- mpiexec -n 1 ../../../bin/sisso++ - mpiexec -n 1 ../../../bin/sisso++
- python ../check_model.py - python check_model.py
- cd ../max_corr/ - cd ../max_corr/
- mpiexec -n 1 ../../../bin/sisso++ - mpiexec -n 1 ../../../bin/sisso++
- python ../check_model.py - python ../check_model.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment