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

.gitlab-ci.yml: ignore gstlal/share dir for doctests

parent 8f1276b0
No related branches found
No related tags found
No related merge requests found
...@@ -221,7 +221,7 @@ test:gstlal: ...@@ -221,7 +221,7 @@ test:gstlal:
# Run doctests # Run doctests
- cd gstlal - cd gstlal
- python -m pytest -v --doctest-modules --ignore gst/python --ignore port-tools --ignore tests --ignore python/misc.py --ignore python/pipeparts/__init__.py --ignore python/matplotlibhelper.py --ignore python/dagfile.py --ignore python/httpinterface.py - python -m pytest -v --doctest-modules --ignore gst/python --ignore port-tools --ignore tests --ignore share --ignore python/misc.py --ignore python/pipeparts/__init__.py --ignore python/matplotlibhelper.py --ignore python/dagfile.py --ignore python/httpinterface.py
only: only:
- pushes - pushes
- schedules - schedules
......
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