stages: - test - publish image: node:10.18.0 # Start the jobs npm-publish: stage: publish script: - npm install - npx semantic-release when: manual only: - master