From c2c938c865048cb22e3d9b9d71e1f684e649ce95 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 21 Sep 2022 10:48:30 +0200 Subject: [PATCH] Revert "Fix path to junit.xml coverage report" This reverts commit c35a066368d665e9690e03e5dc3d9241bcc28f57. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26f059bc1..739e569f5 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=default --reporter=junit --outputFile.junit=./js/junit.xml + - yarn --cwd "js" run coverage --reporter=default --reporter=junit --outputFile.junit=./junit.xml artifacts: when: always paths: