diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0338b4dbb3f073d764283bb135ba1280b393fab8..bfd763ae9925657d5d5f10e0c002094536bae110 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -116,7 +116,7 @@ test:
     expire_in: 1 week
 
 test_debian:
-  tags: [docker]
+  tags: [cached-dind]
   stage: test
   image: debian:buster
   script:
@@ -141,8 +141,6 @@ test_debian:
       - mariadb_log.txt
     when: on_failure
     expire_in: 1 week
-  variables:
-    DOCKER_HOST: tcp://localhost:2376
 
 build-testenv:
   tags: [cached-dind]