From: Ruben Beltran del Rio Date: Mon, 21 Sep 2020 11:56:23 +0000 (+0200) Subject: Cache the nyc_output dir X-Git-Tag: v2.0.1^2~7 X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/commitdiff_plain/b8778db93b9449492fa11cd3352f226d0ab76f4b?ds=sidebyside Cache the nyc_output dir --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c94c32..b64361c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,12 +27,16 @@ lint: test: <<: *only-default stage: test + cache: + paths: + - .nyc_output/ script: - npm test quality: - stage: "quality" - needs: ["test"] + stage: quality + needs: + -test image: name: sonarsource/sonar-scanner-cli:latest entrypoint: [""]