Skip to content
Snippets Groups Projects
Commit 74f821d8 authored by Behrisch, M. (Michael)'s avatar Behrisch, M. (Michael)
Browse files

Update .gitlab-ci.yml file

parent 63c501c5
No related branches found
No related tags found
No related merge requests found
Pipeline #118719 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment