From 51eab3418c5d1d5c8363441c4c0a5e0c1dd4ec44 Mon Sep 17 00:00:00 2001
From: Teemu Autto <teemu.a.autto@student.jyu.fi>
Date: Mon, 9 Jan 2023 04:32:59 +0200
Subject: [PATCH] Revert "Attempt localhost"

This reverts commit 3e0750da6be973a4ae8d918863b082869551dfdc
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a435b8af..d79b8b71 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://localhost:2376
+  DOCKER_HOST: tcp://docker:2376
 
   # shared volume for docker-in-docker
   DOCKER_TLS_CERTDIR: "/certs"
-- 
GitLab