Add git to install deps steps

This commit is contained in:
ErickSkrauch 2020-06-05 18:48:32 +03:00
parent 243510a671
commit 0dc83a4ab1
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E

View File

@ -64,6 +64,8 @@ Yarn:
policy: pull-push
variables:
CYPRESS_INSTALL_BINARY: 0 # Don't install binary to increase caching performance between jobs
before_script:
- apk add git
script:
- yarn install --frozen-lockfile
@ -74,6 +76,8 @@ Yarn E2E:
- .yarnE2ECache
cache:
policy: pull-push
before_script:
- apk add git
script:
- yarn install --frozen-lockfile
only: