From aabb40bb9cecb85e7c32ea3a5dd9ec4ffc020135 Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Fri, 5 Nov 2021 16:52:18 +0100
Subject: [PATCH] pipeline adapted to new server

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 32eea80..89e15d7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
 production:
   script:
-  - rsync -a ./mymodule/ /data/simplesamlphp/modules/mymodule/
+  - rsync -a ./mymodule/ /opt/simplesamlphp/modules/mymodule/
   only: 
   - master
   tags: 
@@ -8,7 +8,7 @@ production:
   
 testing:
   script:
-  - rsync -a ./mymodule/ /data/simplesamlphptest/modules/mymodule/
+  - rsync -a ./mymodule/ /opt/simplesamlphptest/modules/mymodule/
   only:
   - testing
   tags:
-- 
GitLab