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