From 121f3806fd5b7ad927ded265c1732e2e15cd8fe3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=98yvind=20gjesdal?= <oyvind.gjesdal@uib.no>
Date: Tue, 7 Sep 2021 20:09:45 +0200
Subject: [PATCH] add simple admin deploy to same job

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bb14e407..ef077827 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,9 @@ marcus_test:
 
   script:
   - echo "debug"
-  - ssh -6 -o "StrictHostKeyChecking=no" $MARCUS_USER@$MARCUS_SERVER "cd $MARCUS_HOME && git fetch && git checkout $CI_COMMIT_SHA && composer install --no-dev"
+  - ssh -6 -o "StrictHostKeyChecking=no" $MARCUS_USER@$MARCUS_SERVER "cd $MARCUS_HOME && git fetch && git checkout $CI_COMMIT_SHA && composer install --no-dev" 
+  - ssh -6 -o "StrictHostKeyChecking=no" $MARCUS_USER@$MARCUS_SERVER "cd $ADMIN_HOME && git fetch && git checkout $CI_COMMIT_SHA && composer install --no-dev"
+
   tags:
   - spes
 
-- 
GitLab