Olivier Massot 1 年之前
父節點
當前提交
284fe1195b
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      .gitlab-ci.yml

+ 1 - 2
.gitlab-ci.yml

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