Olivier Massot 1 年間 前
コミット
d8aacceee9
1 ファイル変更1 行追加1 行削除
  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