From 75f441ebe1ec32632f0efc1d0667db8bc679c3b9 Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Thu, 25 Mar 2021 18:17:14 -0500 Subject: [PATCH] feat: Use GIT_STRATEGY fetch to try to speed up compilation --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0aca9b84..1e89cf51 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,7 @@ variables: MIX_ENV: "test" DOCKER_TLS_CERTDIR: "/certs" DOCKER_HOST: tcp://docker:2376 + GIT_STRATEGY: fetch test: stage: test