diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2972dacb72923ea8441a83ba277bc192de8c53a3..bf48a590f088f7618d4eb58191256ca2f6f4c674 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -221,7 +221,7 @@ test:gstlal: # Run doctests - 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 + - 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 only: - pushes - schedules