diff --git a/bob/devtools/data/gitlab-ci/docs.yaml b/bob/devtools/data/gitlab-ci/docs.yaml
index 7d6e1875a1db2b209a656c9724b5058149763762..e13be658b2a65ee03d4e86ed854ac1e0fe132a69 100644
--- a/bob/devtools/data/gitlab-ci/docs.yaml
+++ b/bob/devtools/data/gitlab-ci/docs.yaml
@@ -52,13 +52,6 @@ build_linux_36:
     GITLAB_CHECKOUT_STRATEGY: "https://gitlab-ci-token:${CI_BUILD_TOKEN}@gitlab.idiap.ch/"
     PYTHON_VERSION: "3.6"
     BUILD_EGG: "true"
-  script:
-    - curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
-    - python3 bootstrap.py -vv channel base
-    - source ${CONDA_ROOT}/etc/profile.d/conda.sh
-    - conda activate base
-    - bdt ci build -vv
-    - bdt ci clean -vv
   artifacts:
     expire_in: 1 week
     paths:
@@ -66,33 +59,6 @@ build_linux_36:
       - ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
 
 
-# Test targets (not normally used)
-.test_template: &test_job
-  stage: test
-  script:
-    - curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
-    - python3 bootstrap.py -vv channel base
-    - source ${CONDA_ROOT}/etc/profile.d/conda.sh
-    - conda activate base
-    - bdt ci test -vv
-    - bdt ci clean -vv
-  cache: &test_caches
-    paths:
-      - miniconda.sh
-      - ${CONDA_ROOT}/pkgs/*.tar.bz2
-      - ${CONDA_ROOT}/pkgs/urls.txt
-
-
-.test_linux_template: &linux_test_job
-  <<: *test_job
-  tags:
-    - docker
-  image: continuumio/conda-concourse-ci
-  cache:
-    <<: *test_caches
-    key: "linux-cache"
-
-
 # Deploy targets
 .deploy_template: &deploy_job
   stage: deploy