From 2896007b1c25f3fcbcc515153bf8583c3ae302da Mon Sep 17 00:00:00 2001
From: Daniel Hornung <d.hornung@indiscale.com>
Date: Mon, 20 Jun 2022 14:29:05 +0200
Subject: [PATCH] Revert "WIP: Removed unnecessary variable reference."

This reverts commit 06ea0ac153eb6d871d07119eed8c0556118c5277.
---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ed9b2c48..609009d0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -83,11 +83,12 @@ test:
 # Deploy: Trigger building of server image and integration tests
 trigger_inttest:
   stage: deploy
-  needs: [ ]
+  needs: [ test ]
   inherit:
     variables:
       # List the variables that shall be inherited, which also means they will override any equally
       # named varibles in child pipelines.
+      - DEPLOY_REF
       - TRIGGERED_BY_REPO
       - TRIGGERED_BY_REF
       - TRIGGERED_BY_HASH
-- 
GitLab