From da414e1c2fbf3c85407717656867c3baf155776b Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Wed, 30 Sep 2020 21:12:12 -0400
Subject: [PATCH] Trying again with docker as host instead of localhost.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f02ec01..ab114c1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ services:
 variables:
   REPOSITORY: "aparapi/aparapi"
   VERSION: "2.0.0"
-  DOCKER_HOST: "tcp://localhost:2376"
+  DOCKER_HOST: "tcp://docker:2376"
 
 before_script:
   - echo "${DOCKER_TOKEN}" | docker login --username "${DOCKER_USER}" --password-stdin
-- 
GitLab