pipeline: run_tests: image: node:10.15.3 environment: - TZ=Europe/Stockholm commands: - npm i --silent - npm run test # tag and publish to npm from here ?