From da86e2ac45baa76b8e4a3260cfc74bd1cb3bb846 Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Thu, 22 Sep 2016 18:30:33 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d43a64..c69a68e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,7 @@ test_app: script: - - alias python='/home/greg/anaconda2/bin/python' - - python setup.py install - - python tests/tests.py TestWriter - - python tests/tests.py TestBaseSearchClass - - python tests/tests.py TestComputeFstat - - python tests/tests.py TestSemiCoherentGlitchSearch \ No newline at end of file + - /home/greg/anaconda2/bin/python setup.py install + - /home/greg/anaconda2/bin/python tests/tests.py TestWriter + - /home/greg/anaconda2/bin/python tests/tests.py TestBaseSearchClass + - /home/greg/anaconda2/bin/python tests/tests.py TestComputeFstat + - /home/greg/anaconda2/bin/python tests/tests.py TestSemiCoherentGlitchSearch \ No newline at end of file -- GitLab