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