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

MAINT: Parallelizing pipeline.

parent c1065a67
No related branches found
No related tags found
1 merge request!46TEST: Better exception message if server sends wrong XML.
Pipeline #19939 failed
......@@ -39,6 +39,7 @@ stages:
code_style:
tags: [ docker ]
stage: code_style
needs: [ ]
script:
- make style
allow_failure: true
......@@ -47,6 +48,7 @@ code_style:
pylint:
tags: [ docker ]
stage: linting
needs: [ ]
script:
- make lint
allow_failure: true
......@@ -55,6 +57,7 @@ pylint:
unittest:
tags: [ docker ]
stage: test
needs: [ ]
script:
- touch ~/.pycaosdb.ini
- make unittest
......
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