Skip to content
Snippets Groups Projects
Commit e4581eca authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: remove unnecessary needs statements

parent 410e9042
No related branches found
No related tags found
No related merge requests found
Pipeline #5648 passed
......@@ -187,7 +187,6 @@ cert:
tags: [docker]
stage: cert
image: $CI_REGISTRY_IMAGE
needs: ["build-testenv"]
artifacts:
paths:
- .docker/cert/
......@@ -198,7 +197,6 @@ cert:
style:
tags: [docker]
stage: style
needs: ["build-testenv"]
image: $CI_REGISTRY_IMAGE
script:
- autopep8 -r --diff --exit-code .
......
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