Ver Fonte

test ci

Olivier Massot há 1 ano atrás
pai
commit
5fe8363728
1 ficheiros alterados com 5 adições e 0 exclusões
  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