diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3ed50791d2427e7eed76cf4cdd0dcadc1e93a326..b4e452e7562c642ea0fc1aed8443d834ab25e4ae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,13 +3,6 @@ image: docker:latest
 stages:
   - test
 
-test34:
-  stage: test
-  image: python:3.4
-  script:
-    - pip install -r requirements.txt
-    - coverage run --source='basetheme_bootstrap' runtests.py && coverage report  -m
-
 test35:
   stage: test
   image: python:3.5