@@ -4,6 +4,6 @@ stages:
qa:
stage: qa
script:
- - yarn cache clean
+ - rm yarn.lock
- HOST=ci yarn install --network-timeout 10000
- yarn lint