pipeline: run-tests: image: node:10.15 commands: - npm i - npm test