diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22aed7a725a1be8625d063555d94889f7aff5396..bbcee35beff94e90d267bb94ac9ecd7060933fa7 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