From b7875932c1d85dd4bfaacd6818d454112eaf675f Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Mon, 8 Jan 2018 16:48:58 +0100 Subject: [PATCH] Update gitlab tests --- .gitlab-ci.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88bb5a5..316093c 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 -- GitLab