From 0bffac70e32730e96b295e5421a92679cf2bb0cc Mon Sep 17 00:00:00 2001
From: Maria Petrova <m.petrova@fz-juelich.de>
Date: Wed, 16 Feb 2022 21:23:03 +0100
Subject: [PATCH] Added missing ssh-setup for the full-deploy task, which
 should fix the endless loop

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a14c2b9..2f62df0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -82,6 +82,7 @@ full-deploy-testing:
   environment: Testing
   only: 
     - web
+  <<: *ssh_setup
   script:
     - echo "Starting the full testing deployment of airflows example."
     - pip install python-openstackclient
-- 
GitLab