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

update .gitlab-ci.yml with correct folders for unit tests

parent 9eeb6f51
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ test:gstlal:
- level2:gstlal
script:
- apt-get install -y python-pytest
- cd gstlal-burst
- cd gstlal
- python -m pytest -v --doctest-modules --ignore gst/python --ignore port-tools --ignore tests --ignore python/misc.py
only:
- pushes
......@@ -178,7 +178,7 @@ test:gstlal-inspiral:
- level2:gstlal-inspiral
script:
- apt-get install -y python-pytest
- cd gstlal-burst
- cd gstlal-inspiral
- python -m pytest -v --doctest-modules --ignore gst/python --ignore tests --ignore python/stats/inspiral_extrinsics.py
only:
- pushes
......
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