From 33762c8a10bd0edd798ec96729808469ad58d4a4 Mon Sep 17 00:00:00 2001 From: Manuel Kieweg <manuel.kieweg@h-da.de> Date: Thu, 1 Apr 2021 12:57:25 +0200 Subject: [PATCH] k8s:destroy needs integration test --- build/ci/.deploy-k8s.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/ci/.deploy-k8s.yml b/build/ci/.deploy-k8s.yml index 220e5e93b..4a2cc7074 100644 --- a/build/ci/.deploy-k8s.yml +++ b/build/ci/.deploy-k8s.yml @@ -67,5 +67,6 @@ k8s:destroy: - ./build/cd/k8s-bot needs: - job: "deploy:integration-test" + - job: "integration-test" - job: "build:k8s-bot" artifacts: true \ No newline at end of file -- GitLab