From 3562e7447c5499655407d5cc6fef335d3b807fb0 Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Thu, 22 Sep 2016 18:36:17 +0200 Subject: [PATCH] Another attempt to fix CI --- .gitlab-ci.yml | 9 ++++----- tests/tests.py => tests.py | 0 2 files changed, 4 insertions(+), 5 deletions(-) rename tests/tests.py => tests.py (100%) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c69a68e..95ab807 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,6 @@ test_app: script: - - /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 + - /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 diff --git a/tests/tests.py b/tests.py similarity index 100% rename from tests/tests.py rename to tests.py -- GitLab