@@ -4,6 +4,8 @@ stages:
qa:
stage: qa
script:
+ - rm -r ./node_modules
+ - rm yarn.lock
- HOST=ci yarn install --network-timeout 10000
- yarn prepare
- yarn lint