--- pipeline: test: image: alpine:3.6 commands: - apk add --no-cache nodejs nodejs-npm firefox-esr - npm install - npm test