From 7e9eb7fa42731865e555254740439799f116ce17 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Fri, 2 Oct 2020 08:40:20 +0200
Subject: [PATCH] fix docker

---
 .gitlab-ci.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0338b4d..bfd763a 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]
-- 
GitLab