From 6f459d7a6dfc509e61e36ce052cefff0014109dc Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Thu, 22 Sep 2016 18:20:30 +0200
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 22aed7a..bbcee35 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,2 +1,6 @@
 test_app:
-  script: python tests/test.py TestWriter
\ No newline at end of file
+  script: 
+    - 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
-- 
GitLab