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

Update .gitlab-ci.yml file

parent 1bc70f50
No related branches found
No related tags found
No related merge requests found
Pipeline #118726 canceled
...@@ -6,9 +6,6 @@ stages: ...@@ -6,9 +6,6 @@ stages:
- dockerize - dockerize
before_script:
- apk add --update git
install-dependencies: install-dependencies:
stage: setup stage: setup
interruptible: true interruptible: true
...@@ -44,6 +41,7 @@ test: ...@@ -44,6 +41,7 @@ test:
stage: test stage: test
extends: .distributed extends: .distributed
script: script:
- apk add --update git
- yarn nx affected --base=HEAD~1 --target=test --parallel --max-parallel=4 - yarn nx affected --base=HEAD~1 --target=test --parallel --max-parallel=4
build: 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