diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d43a641f0299af90f9ca130b2cd72095384a950..c69a68e6940f48f31de10671230d0d1d3a45661a 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