diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 587bf4c20aabf6cca60e1b58e0c1828bd4ed31a4..0000000000000000000000000000000000000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-image: ubuntu:17.10
-
-stages:
-  - test
-
-run_tests:
-  stage: test
-  script:
-    - apt-get update && apt-get install -y python3 python3-pip
-    - python3 -m pip install -r requirements.txt
-    - python3 -m coverage run -m py.test && python3 -m coverage report
-  tags:
-    - regular
-    - ubuntu