Olivier Massot před 1 rokem
rodič
revize
3553e1bf2d
1 změnil soubory, kde provedl 3 přidání a 9 odebrání
  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