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

MAINT: Parallelized pipeline a bit more.

parent 20cae846
No related branches found
No related tags found
1 merge request!28TEST: Test for server issue 217: faulty list property XML.
Pipeline #19947 canceled
......@@ -210,6 +210,7 @@ cert:
tags: [docker]
stage: cert
image: $CI_REGISTRY_IMAGE
needs: [build-testenv]
artifacts:
paths:
- .docker/cert/
......@@ -217,10 +218,12 @@ cert:
script:
- cd .docker
- CAOSHOSTNAME=caosdb-server ./cert.sh
style:
tags: [docker]
stage: style
image: $CI_REGISTRY_IMAGE
needs: []
script:
- autopep8 -r --diff --exit-code .
allow_failure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment