Olivier Massot hace 1 año
padre
commit
d825a78aab
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      .gitlab-ci.yml

+ 0 - 3
.gitlab-ci.yml

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