feat: Use GIT_STRATEGY fetch to try to speed up compilation

This commit is contained in:
Robert Prehn 2021-03-25 18:17:14 -05:00
parent b0ff4e46a2
commit 75f441ebe1

View file

@ -18,6 +18,7 @@ variables:
MIX_ENV: "test"
DOCKER_TLS_CERTDIR: "/certs"
DOCKER_HOST: tcp://docker:2376
GIT_STRATEGY: fetch
test:
stage: test