Skip to content
Snippets Groups Projects
Verified Commit c1065a67 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: Fixing pipeline.

parent 2a960364
No related branches found
No related tags found
1 merge request!46TEST: Better exception message if server sends wrong XML.
Pipeline #19938 canceled
...@@ -55,7 +55,6 @@ pylint: ...@@ -55,7 +55,6 @@ pylint:
unittest: unittest:
tags: [ docker ] tags: [ docker ]
stage: test stage: test
needs: [ build-testenv ]
script: script:
- touch ~/.pycaosdb.ini - touch ~/.pycaosdb.ini
- make unittest - make unittest
...@@ -97,7 +96,7 @@ build-testenv: ...@@ -97,7 +96,7 @@ build-testenv:
pages_prepare: &pages_prepare pages_prepare: &pages_prepare
tags: [ cached-dind ] tags: [ cached-dind ]
stage: deploy stage: deploy
needs: [ unittest ] needs: [ code_style, pylint, unittest ]
only: only:
refs: refs:
- /^release-.*$/i - /^release-.*$/i
......
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