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