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

+ 5 - 0
.gitlab-ci.yml

@@ -1,8 +1,13 @@
 stages:
   - qa
 
+before_script:
+  - yarn self-update
+  - yarn set version latest
+
 qa:
   stage: qa
   script:
     - HOST=ci yarn install --network-timeout 10000
+    - yarn prepare
     - yarn lint