From 59bea46eb16865ef67fbee2e89cca48ec9eac586 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Tue, 14 Sep 2021 11:52:38 +0200
Subject: [PATCH] re-add accidentally deleted needs

---
 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f24ccf546..4984029b5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -405,6 +405,7 @@ openappstack-kustomizations-ready:
   needs:
     - job: core-kustomizations-ready
     - job: infrastructure-kustomizations-ready
+    - job: openappstack-kustomizations-ready
     - job: setup-openappstack
     - job: test-dns
   extends:
@@ -528,6 +529,7 @@ nextcloud-helm-release:
   needs:
     - job: core-kustomizations-ready
     - job: infrastructure-kustomizations-ready
+    - job: openappstack-kustomizations-ready
     - job: setup-openappstack
     - job: test-dns
     - job: enable-nextcloud
@@ -550,6 +552,7 @@ rocketchat-helm-release:
   needs:
     - job: core-kustomizations-ready
     - job: infrastructure-kustomizations-ready
+    - job: openappstack-kustomizations-ready
     - job: setup-openappstack
     - job: test-dns
     - job: enable-rocketchat
@@ -564,6 +567,7 @@ wekan-helm-release:
   needs:
     - job: core-kustomizations-ready
     - job: infrastructure-kustomizations-ready
+    - job: openappstack-kustomizations-ready
     - job: setup-openappstack
     - job: test-dns
     - job: enable-wekan
@@ -578,6 +582,7 @@ wordpress-helm-release:
   needs:
     - job: core-kustomizations-ready
     - job: infrastructure-kustomizations-ready
+    - job: openappstack-kustomizations-ready
     - job: setup-openappstack
     - job: test-dns
     - job: enable-wordpress
-- 
GitLab