From c35a066368d665e9690e03e5dc3d9241bcc28f57 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 21 Sep 2022 10:17:27 +0200 Subject: [PATCH] Fix path to junit.xml coverage report Signed-off-by: Thomas Citharel --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8fe2425..6fff3c6e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -134,7 +134,7 @@ vitest: before_script: - yarn --cwd "js" install --frozen-lockfile script: - - yarn --cwd "js" run coverage --reporter=junit --outputFile.junit=./junit.xml + - yarn --cwd "js" run coverage --reporter=junit --outputFile.junit=./js/junit.xml artifacts: when: always paths: