Olivier Massot hai 1 ano
pai
achega
799d879f83
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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