]> git.r.bdr.sh - rbdr/cologne/blobdiff - .gitlab-ci.yml
Add a License
[rbdr/cologne] / .gitlab-ci.yml
index 2426cc0f368112f9521d6e01e15f8610b7de9ec1..2432bbe30bcad43a3ad32ffef20d1f8b0705204d 100644 (file)
@@ -9,6 +9,7 @@ image: node:14
 
 variables:
   SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar"  # Defines the location of the analysis task cache
+  GIT_DEPTH: "0"
 
 stages:
   - lint
@@ -38,6 +39,7 @@ test:
     - npm test
 
 quality:
+  <<: *only-default
   stage: quality
   needs:
     - test
@@ -47,6 +49,3 @@ quality:
   script:
     - npm run coverage
     - sonar-scanner
-  only:
-    - merge_requests
-    - master