diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0bae387465df62b1dd6740c427dfae5c30db9c02..14451e2e10c02ddfcf9bd9144c6e1cee64f3bb74 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,7 +49,6 @@ configure:ubuntu:amd64:
   <<: *ubuntu_xenial
   <<: *configure_job
   except:
-    - gitlab-ci-documentation
     - tags
 
 build:ubuntu:amd64:
@@ -58,7 +57,6 @@ build:ubuntu:amd64:
   dependencies:
     - configure:ubuntu:amd64
   except:
-    - gitlab-ci-documentation
     - tags
 
 test:ubuntu:amd64:
@@ -67,7 +65,6 @@ test:ubuntu:amd64:
   dependencies:
     - build:ubuntu:amd64
   except:
-    - gitlab-ci-documentation
     - tags
 
 configure:debian:stretch:amd64:
@@ -92,7 +89,6 @@ build:documentation:
   dependencies:
     - configure:debian:stretch:amd64
   only:
-    - gitlab-ci-documentation
     - tags
     - triggers
   script:
@@ -110,7 +106,6 @@ deploy:documentation:
   before_script:
     - apt-get -y install curl
   only:
-    - gitlab-ci-documentation
     - tags
     - triggers
   script: