diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fcd29fb2b81f387e1003bf0b46a9969be2fa2650..133372588c0884790ae8ddc9457f8214d04a33b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,7 @@ install-dependencies: - node_modules - .yarn script: + - apk --no-cache add git - yarn install --pure-lockfile --cache-folder .yarn artifacts: paths: @@ -39,7 +40,7 @@ test: stage: test extends: .distributed script: - - yarn nx affected --base=HEAD~1 --target=test --parallel --max-parallel=2 + - yarn nx affected --base=HEAD~1 --target=test --parallel --max-parallel=4 build: stage: build