From 4c2a739695a2e09c793c2f208851e292c1bcf73a Mon Sep 17 00:00:00 2001 From: Moritz Huebner <email@moritz-huebner.de> Date: Tue, 5 Jun 2018 12:54:40 +1000 Subject: [PATCH] Added long tests back to CI --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5bf0252d4..085cc2af9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,9 +29,9 @@ exitcode-jessie: - coverage run --include=tupak/* -a test/waveform_generator_tests.py - coverage html - coverage-badge -o coverage_badge.svg -f -# - coverage run --omit=* -a test/example_tests.py -# - coverage run --omit=* -a test/noise_realisation_tests.py -# - coverage run --omit=* -a test/tests.py + - coverage run --omit=* -a test/example_tests.py + - coverage run --omit=* -a test/noise_realisation_tests.py + - coverage run --omit=* -a test/tests.py # Make the documentation - pip install -r docs/requirements.txt -- GitLab