From 782265269be4e88348f6d319bca606f08b1d199b Mon Sep 17 00:00:00 2001
From: dgelessus <dgelessus@users.noreply.github.com>
Date: Mon, 26 Sep 2022 16:59:07 +0200
Subject: [PATCH] Update CI deployment image to current version

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 659564ac..87e566e1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,7 @@ deploy:
   stage: deploy
   only:
     - develop@general/stups/prob_rodin_plugin
-  image: $CI_REGISTRY/stups/prob/prob-docker/internal/deployment:0.5
+  image: $CI_REGISTRY/stups/prob/prob-docker/internal/deployment:0.7
   variables:
     DEPLOY_REMOTEDIR: "stupshome/stups/rodin/prob1/nightly"
   script:
-- 
GitLab