pipeline: build: image: node:8 commands: - apt-get update - apt-get install -yq libx11-xcb1 - npm install - npm run test - npm run build-prod