image: node:latest before_script: - npm update && npm install -g yarn - yarn install - yarn global add node-gyp build: stage: build script: - yarn run build allow_failure: false test: stage: test script: - yarn run test