diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0eb52025e1a707c1978e0ca3ccece79e63b367aa..1a95bec8417d45e0d6137656fac4060ae1c79998 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,12 +8,6 @@ stages:
   - test
   - package
 
-py26:
-  stage: test
-  image: python:2.6
-  script:
-    - tox -e py26
-
 py27:
   stage: test
   image: python:2.7