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

Removing cache before running tests

parent 57a3750c
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,10 @@ build:
test_js:
<<: *node_modules
stage: test
# Not removing the cache causes there to be duplicate modules
before_script:
- rm -rf .yarn
- yarn install
script: yarn test:js
test_py:
......
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