diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index c9f5fadb6c31741d7ac353a8e126031b21b289d3..0000000000000000000000000000000000000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-image: alpine:latest
-
-pages:
-  stage: deploy
-  script:
-  - echo "Deploying to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
-  artifacts:
-    paths:
-    - public
-  only:
-  - master