From 0c8ab4b6ce1de4ad3f55c654859e692dc841c73f Mon Sep 17 00:00:00 2001
From: lorenz <stu203404@mail.uni-kiel.de>
Date: Sun, 22 Nov 2020 21:47:46 +0100
Subject: [PATCH] Add theodolite CI deployment

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6ad792454..750f88b31 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -275,7 +275,7 @@ deploy-uc4-workload-generator:
       allow_failure: true
 
 deploy-theodolite:
-  extends: .deploy_theo
+  extends: .deploy_theodolite
   variables:
     IMAGE_NAME: "theodolite"
     PROJECT_PATH: "execution"
@@ -288,4 +288,4 @@ deploy-theodolite:
       when: always
     - if: "$DOCKERHUB_ORG && $DOCKERHUB_ID && $DOCKERHUB_PW && $IMAGE_NAME && $PROJECT_PATH"
       when: manual
-      allow_failure: true
\ No newline at end of file
+      allow_failure: true
-- 
GitLab