Skip to content
Snippets Groups Projects
Commit 071047d1 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

update .gitlab-ci.yml to include gstlal-burst doctests

parent b440b5ea
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -50,7 +50,7 @@ stages:
- level0
- level1
- level2
- offline-test
- test
- nightly-pages
level0:gstlal:
......@@ -157,9 +157,23 @@ level2:gstlal-burst:
- pushes
- schedules
offline-test:
test:gstlal-burst:
image: aepace/gstlal-dev:stretch-mkl
stage: offline-test
stage: test
dependencies:
- level2:gstlal-burst
script:
- apt-get install -y python-pytest
- cd gstlal-burst
- python -m pytest --doctest-modules --ignore python/excesspower --ignore tests/trigger_test_01.py
only:
- pushes
- schedules
allow_failure: true
test:offline:
image: aepace/gstlal-dev:stretch-mkl
stage: test
dependencies:
- level2:gstlal-inspiral
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment