Olivier Massot il y a 1 an
Parent
commit
284fe1195b
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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