Olivier Massot 1 năm trước cách đây
mục cha
commit
799d879f83
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .gitlab-ci.yml

+ 2 - 0
.gitlab-ci.yml

@@ -4,6 +4,8 @@ stages:
 qa:
   stage: qa
   script:
+    - rm -r ./node_modules
+    - rm yarn.lock
     - HOST=ci yarn install --network-timeout 10000
     - yarn prepare
     - yarn lint