Skip to content
Snippets Groups Projects
Commit 23bea086 authored by Sören Henning's avatar Sören Henning
Browse files

Add empty needs to CI pipeline

parent 0ff4ca96
No related branches found
No related tags found
No related merge requests found
Pipeline #5469 passed
...@@ -19,6 +19,7 @@ stages: ...@@ -19,6 +19,7 @@ stages:
lint-helm: lint-helm:
stage: check stage: check
needs: []
image: image:
name: alpine/helm:3.5.2 name: alpine/helm:3.5.2
entrypoint: [""] entrypoint: [""]
...@@ -315,6 +316,7 @@ deploy-theodolite: ...@@ -315,6 +316,7 @@ deploy-theodolite:
test-slo-checker-lag-trend: test-slo-checker-lag-trend:
stage: test stage: test
needs: []
image: python:3.7-slim image: python:3.7-slim
tags: tags:
- exec-docker - exec-docker
...@@ -326,6 +328,7 @@ test-slo-checker-lag-trend: ...@@ -326,6 +328,7 @@ test-slo-checker-lag-trend:
test-slo-checker-dropped-records-kstreams: test-slo-checker-dropped-records-kstreams:
stage: test stage: test
needs: []
image: python:3.7-slim image: python:3.7-slim
tags: tags:
- exec-docker - exec-docker
......
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