feat: Use GIT_STRATEGY fetch to try to speed up compilation
This commit is contained in:
parent
b0ff4e46a2
commit
75f441ebe1
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ variables:
|
|||
MIX_ENV: "test"
|
||||
DOCKER_TLS_CERTDIR: "/certs"
|
||||
DOCKER_HOST: tcp://docker:2376
|
||||
GIT_STRATEGY: fetch
|
||||
|
||||
test:
|
||||
stage: test
|
||||
|
|
Loading…
Reference in a new issue