From e4791e7296d886c440f3139364fb4173c6fa82d9 Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Wed, 31 Jan 2018 15:53:25 +1100 Subject: [PATCH] Again, fixing gitlab-ci runners directory --- .gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5cee3a9..a1066d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,11 @@ test_app: script: - - . ${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 + - . /home/user1/lalsuite-install/etc/lalapps-user-env.sh + - /home/user1/anaconda2/bin/python tests.py Writer + - /home/user1/anaconda2/bin/python tests.py par + - /home/user1/anaconda2/bin/python tests.py BaseSearchClass + - /home/user1/anaconda2/bin/python tests.py ComputeFstat + - /home/user1/anaconda2/bin/python tests.py SemiCoherentSearch + - /home/user1/anaconda2/bin/python tests.py SemiCoherentGlitchSearch + - /home/user1/anaconda2/bin/python tests.py MCMCSearch + - /home/user1/anaconda2/bin/python tests.py GridSearch -- GitLab