image: node:10.16.1-stretch include: template: Dependency-Scanning.gitlab-ci.yml stages: - test - publish test: stage: test script: - echo "No tests available" publish: stage: publish script: - echo "//registry.npmjs.org/:_authToken=$NPME_AUTH_TOKEN" > ~/.npmrc - npm publish only: - tags