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