From 0ceb645402a845ed0162f3a0136cb37f9fc1f9fb Mon Sep 17 00:00:00 2001 From: Colm Talbot <colm.talbot@ligo.org> Date: Mon, 30 Jul 2018 16:37:42 -0400 Subject: [PATCH] add calibration tests to CI --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aad2ce427..490b36dbc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,7 @@ exitcode-jessie: - coverage --version - coverage erase - coverage run --debug=trace --include=/opt/conda/lib/python3.6/site-packages/tupak* -a test/conversion_tests.py + - coverage run --include=/opt/conda/lib/python3.6/site-packages/tupak* -a test/calibration_tests.py - coverage run --include=/opt/conda/lib/python3.6/site-packages/tupak* -a test/detector_tests.py - coverage run --include=/opt/conda/lib/python3.6/site-packages/tupak* -a test/utils_tests.py - coverage run --include=/opt/conda/lib/python3.6/site-packages/tupak* -a test/prior_tests.py -- GitLab