- npm install
cache:
- key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
+ key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
- .nyc_output/
+ - .sonar/cache
lint:
<<: *only-default
- npm test
quality:
+ <<: *only-default
stage: quality
needs:
- test
image:
name: sonarsource/sonar-scanner-cli:latest
entrypoint: [""]
- cache:
- key: "${CI_JOB_NAME}"
- paths:
- - .sonar/cache
script:
- npm run coverage
- sonar-scanner
- only:
- - merge_requests
- - master