stages: - test before_script: - apt-get update - curl -fsSL https://deb.nodesource.com/setup_14.x | bash - - apt-get install -y nodejs - npm install --global yarn - yarn install unit: stage: test script: - yarn test