From e8b8907e526326bc6b4fd7ba57fc26b2c6da3f7c Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Tue, 13 Apr 2021 10:10:32 +0200 Subject: [PATCH] add more needs --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82322aa8f..2afca982c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -212,6 +212,9 @@ report-ci-image-tag: create-vps: stage: create-vps + needs: + - job: report-ci-image-tag + - job: ci-test-image-build script: - *debug_information # Creates a VPS based on a custom CI image for which --install-kubernetes -- GitLab