@@ -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