Skip to content
Snippets Groups Projects
Commit c66adb87 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

CI: integrity check needs the node_modules directory

parent 305dc4f0
No related branches found
No related tags found
No related merge requests found
Pipeline #87694 failed
...@@ -16,8 +16,8 @@ stages: ...@@ -16,8 +16,8 @@ stages:
test: test:
stage: test stage: test
script: script:
- yarn check --integrity
- yarn install --frozen-lockfile - yarn install --frozen-lockfile
- yarn check --integrity
- yarn run test - yarn run test
linting: linting:
......
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