diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b78d1302542ffcbe2c7b3562302b5ee99c4562d3..f5d210f5b4d479f4a749ae3eb41cfd2e4cf2cef1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -543,7 +543,7 @@ monitoring-kustomization-ready:
 
 nextcloud-kustomization-ready:
   needs:
-    - job: configure-stackspin
+    - job: install-stackspin
     - job: enable-nextcloud
   variables:
     RESOURCE: "nextcloud"
@@ -553,7 +553,7 @@ nextcloud-kustomization-ready:
 
 wekan-kustomization-ready:
   needs:
-    - job: configure-stackspin
+    - job: install-stackspin
     - job: enable-wekan
   variables:
     RESOURCE: "wekan"
@@ -563,7 +563,7 @@ wekan-kustomization-ready:
 
 wordpress-kustomization-ready:
   needs:
-    - job: configure-stackspin
+    - job: install-stackspin
     - job: enable-wordpress
   variables:
     RESOURCE: "wordpress"
@@ -573,7 +573,7 @@ wordpress-kustomization-ready:
 
 zulip-kustomization-ready:
   needs:
-    - job: configure-stackspin
+    - job: install-stackspin
     - job: enable-zulip
   variables:
     RESOURCE: "zulip"
@@ -602,7 +602,7 @@ nextcloud-cert:
     RESOURCE: "nextcloud"
   needs:
     - job: nextcloud-kustomization-ready
-    - job: configure-stackspin
+    - job: install-stackspin
   extends:
     - .apps-cert
     - .nextcloud_rules
@@ -612,7 +612,7 @@ kube-prometheus-stack-cert:
     RESOURCE: "kube-prometheus-stack"
   needs:
     - job: monitoring-kustomization-ready
-    - job: configure-stackspin
+    - job: install-stackspin
   extends:
     - .apps-cert
     - .monitoring_rules
@@ -622,7 +622,7 @@ single-sign-on-cert:
     RESOURCE: "single-sign-on"
   needs:
     - job: single-sign-on-kustomization-ready
-    - job: configure-stackspin
+    - job: install-stackspin
   extends:
     - .apps-cert
     - .general_rules
@@ -632,7 +632,7 @@ dashboard-cert:
     RESOURCE: "dashboard"
   needs:
     - job: dashboard-kustomization-ready
-    - job: configure-stackspin
+    - job: install-stackspin
   extends:
     - .apps-cert
     - .general_rules
@@ -642,7 +642,7 @@ wekan-cert:
     RESOURCE: "wekan"
   needs:
     - job: wekan-kustomization-ready
-    - job: configure-stackspin
+    - job: install-stackspin
   extends:
     - .apps-cert
     - .wekan_rules
@@ -652,7 +652,7 @@ wordpress-cert:
     RESOURCE: "wordpress"
   needs:
     - job: wordpress-kustomization-ready
-    - job: configure-stackspin
+    - job: install-stackspin
   extends:
     - .apps-cert
     - .wordpress_rules
@@ -662,7 +662,7 @@ zulip-cert:
     RESOURCE: "zulip"
   needs:
     - job: zulip-kustomization-ready
-    - job: configure-stackspin
+    - job: install-stackspin
   extends:
     - .apps-cert
     - .zulip_rules
@@ -729,7 +729,7 @@ dashboard-taiko:
   variables:
     RESOURCE: "dashboard"
   needs:
-    - job: configure-stackspin
+    - job: install-stackspin
     - job: dashboard-cert
     - job: dashboard-kustomization-ready
   extends:
@@ -740,7 +740,7 @@ grafana-taiko:
   variables:
     RESOURCE: "grafana"
   needs:
-    - job: configure-stackspin
+    - job: install-stackspin
     - job: kube-prometheus-stack-cert
     - job: monitoring-kustomization-ready
   extends:
@@ -751,7 +751,7 @@ nextcloud-taiko:
   variables:
     RESOURCE: "nextcloud"
   needs:
-    - job: configure-stackspin
+    - job: install-stackspin
     - job: nextcloud-cert
     - job: nextcloud-kustomization-ready
   extends:
@@ -762,7 +762,7 @@ wekan-taiko:
   variables:
     RESOURCE: "wekan"
   needs:
-    - job: configure-stackspin
+    - job: install-stackspin
     - job: wekan-cert
     - job: wekan-kustomization-ready
   extends:
@@ -773,7 +773,7 @@ wordpress-taiko:
   variables:
     RESOURCE: "wordpress"
   needs:
-    - job: configure-stackspin
+    - job: install-stackspin
     - job: wordpress-cert
     - job: wordpress-kustomization-ready
   extends:
@@ -784,7 +784,7 @@ zulip-taiko:
   variables:
     RESOURCE: "zulip"
   needs:
-    - job: configure-stackspin
+    - job: install-stackspin
     - job: zulip-cert
     - job: zulip-kustomization-ready
   extends: