From d9539a8a92b0fe4bce47ef7976ff51e3685e75f4 Mon Sep 17 00:00:00 2001
From: Teemu Autto <teemu.a.autto@student.jyu.fi>
Date: Mon, 9 Jan 2023 05:20:36 +0200
Subject: [PATCH] use old dind

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a772f169..673165aa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,7 +29,7 @@ variables:
   # the daemon started inside of the service. The daemon is available
   # with a network connection instead of the default
   # /var/run/docker.sock socket.
-  DOCKER_HOST: tcp://docker:2376
+  DOCKER_HOST: tcp://127.0.0.1:2376
 
   # shared volume for docker-in-docker
   DOCKER_TLS_CERTDIR: "/certs"
-- 
GitLab