Skip to content
Snippets Groups Projects
Commit 8c17db8c authored by Alexander Pace's avatar Alexander Pace
Browse files

pipeline changes

parent bed6eb5e
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -132,7 +132,7 @@ test:gstlal:
# Run doctests
- cd gstlal
- python3 -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
- python3 -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 --ignore python/pipeline.py
only:
- schedules
- pushes
......@@ -313,4 +313,5 @@ latest_image:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker tag $DOCKER_BRANCH $DOCKER_LATEST
- docker push $DOCKER_LATEST
retry:
max: 2
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