From 8bf4d196e68cf75f3c63aeaf96222c65cdcc2846 Mon Sep 17 00:00:00 2001 From: reesporte Date: Fri, 29 Oct 2021 08:31:08 -0500 Subject: [PATCH] set up jest test coverage in gitlab ci --- .gitlab/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index ddf1c5a66..ff3210c09 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -66,7 +66,7 @@ generate coverage html: run jest tests: stage: test - image: sonarsource/sonar-scanner-cli:4.6 + image: sonarsource/sonar-scanner-cli:latest script: - cd lattice - npm install