diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9f769cdf826e10f97650759225478834f219f63d..95aa3578f3a0de616e3ede448570cd6594c476c6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,6 @@ include: "https://git.autistici.org/pipelines/containers/raw/master/common.yml"
 
 test:
   stage: container-test
-  tags: [docker-in-docker]
   image: registry.git.autistici.org/pipelines/images/test/python-chromedriver:master
   services:
     - name: "${IMAGE_TAG}"
@@ -31,7 +30,6 @@ ctest:
 
 a11y:
   stage: container-test
-  tags: [docker-in-docker]
   image: registry.gitlab.com/gitlab-org/ci-cd/accessibility:5.3.0-gitlab.3
   services:
     - name: "${IMAGE_TAG}"