diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 11f99bd5cef188b9029f7c063cf1e2855135ed79..5c28bcb235f89b7d7fcf4f0f933eb082b56bacaf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,17 +1,3 @@
-Python 2.6:
-  script:
-  - py_version=2.6
-  - export EXTRA_INSTALL="numpy"
-  - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
-  - ". ./build-and-test-py-project.sh"
-  tags:
-  - python2.6
-  except:
-  - tags
-  artifacts:
-    reports:
-      junit: test/pytest.xml
-
 Python 2.7:
   script:
   - py_version=2.7