diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 951a6041585b872d719bc0b648300f1a769314a9..0000000000000000000000000000000000000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-image: alpine:latest
-
-stages:
-  - deploy
-
-pages:
-  stage: deploy
-  script:
-    - mkdir -p public
-    - echo "deploy to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/" > public/index.html
-  artifacts:
-    paths:
-      - public
-  only: 
-    - master
\ No newline at end of file