From 4885b7e3a059dd34e7248f49761b6936f4906d01 Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Mon, 30 Mar 2020 14:09:51 +0200
Subject: [PATCH] added cicd

---
 .gitlab-ci.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 .gitlab-ci.xml

diff --git a/.gitlab-ci.xml b/.gitlab-ci.xml
new file mode 100644
index 0000000..c7b9926
--- /dev/null
+++ b/.gitlab-ci.xml
@@ -0,0 +1,13 @@
+production:
+  script:
+  - ls /var/simplesamlphp
+  only: 
+  - master
+	
+testing:
+  script:
+  - ls /var/simplesamlphptest
+  only:
+  - testing
+
+  
-- 
GitLab