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:
unittest:
tags: [ docker ]
stage: test
needs: [ build-testenv ]
script:
- touch ~/.pycaosdb.ini
- make unittest
......@@ -97,7 +96,7 @@ build-testenv:
pages_prepare: &pages_prepare
tags: [ cached-dind ]
stage: deploy
needs: [ unittest ]
needs: [ code_style, pylint, unittest ]
only:
refs:
- /^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