Olivier Massot il y a 1 an
Parent
commit
d8aacceee9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

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