Skip to content
Snippets Groups Projects
Commit ff11273f authored by Pim Otte's avatar Pim Otte
Browse files

Remove correct cache

parent 8b8f0090
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ test_js:
stage: test
# Not removing the cache causes there to be duplicate modules
before_script:
- rm -rf .yarn
- rm -rf .yarn-cache
- yarn install
script: yarn test:js
......
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