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