Skip to content
Snippets Groups Projects
Commit aa87545f authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Fix gitlab ci runner path

parent 26768adf
No related branches found
No related tags found
No related merge requests found
test_app:
script:
- . /home/greg/lalsuite-install/etc/lalapps-user-env.sh
- /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
- . ${HOME}/lalsuite-install/etc/lalapps-user-env.sh
- ${HOME}/anaconda2/bin/python tests.py Writer
- ${HOME}/anaconda2/bin/python tests.py par
- ${HOME}/anaconda2/bin/python tests.py BaseSearchClass
- ${HOME}/anaconda2/bin/python tests.py ComputeFstat
- ${HOME}/anaconda2/bin/python tests.py SemiCoherentSearch
- ${HOME}/anaconda2/bin/python tests.py SemiCoherentGlitchSearch
- ${HOME}/anaconda2/bin/python tests.py MCMCSearch
- ${HOME}/anaconda2/bin/python tests.py GridSearch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment