diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88bb5a50ccd6cc43f5cf52427099284d41d37abc..316093ccc974d296bacbb4833b91cb3a30830f21 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,11 @@ test_app: script: - . /home/greg/lalsuite-install/etc/lalapps-user-env.sh - - /home/greg/anaconda2/bin/python tests.py TestWriter - - /home/greg/anaconda2/bin/python tests.py TestBaseSearchClass - - /home/greg/anaconda2/bin/python tests.py TestComputeFstat - - /home/greg/anaconda2/bin/python tests.py TestSemiCoherentGlitchSearch + - /home/greg/anaconda2/bin/python tests.py Writer + - /home/greg/anaconda2/bin/python tests.py par + - /home/greg/anaconda2/bin/python tests.py BaseSearchClass + - /home/greg/anaconda2/bin/python tests.py ComputeFstat + - /home/greg/anaconda2/bin/python tests.py SemiCoherentSearch + - /home/greg/anaconda2/bin/python tests.py SemiCoherentGlitchSearch + - /home/greg/anaconda2/bin/python tests.py MCMCSearch + - /home/greg/anaconda2/bin/python tests.py GridSearch