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 1/2] 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 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 2/2] 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