Olivier Massot 1 سال پیش
والد
کامیت
3553e1bf2d
1فایلهای تغییر یافته به همراه3 افزوده شده و 9 حذف شده
  1. 3 9
      .gitlab-ci.yml

+ 3 - 9
.gitlab-ci.yml

@@ -1,15 +1,9 @@
 stages:
   - qa
-  - deploy_test
-
-before_script:
-  - apt-get install
-  - curl -fsSL https://deb.nodesource.com/setup_14.x | bash -
-  - apt-get install -y nodejs
-  - npm install yarn --force
-  - yarn generate
 
 qa:
   stage: qa
   script:
-    - HOST=ci yarn lint
+    - HOST=ci yarn install --network-timeout 10000
+    - yarn prepare
+    - yarn lint