From 0af955737d2637d78fab9c9d858ede1bbe449f7e Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Sat, 19 Dec 2020 12:51:02 -0600 Subject: [PATCH] fix: Provide docker host for build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca96e4bd..5ec66d9f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ variables: DATABASE_URL: "postgres" MIX_ENV: "test" DOCKER_TLS_CERTDIR: "/certs" - DOCKER_HOST: tcp://localhost:2376 + DOCKER_HOST: tcp://docker:2376 services: - name: postgres:12