Olivier Massot 1 năm trước cách đây
mục cha
commit
5fe8363728
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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