Olivier Massot 1 year ago
parent
commit
d8aacceee9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

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