From f6f8724a0f3f939b9ca53d5c91ee1bdd888a1c59 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 23 Jan 2022 16:09:47 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d8ac01d..f207865 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,4 +55,4 @@ unit-test-job: # This job runs in the test stage. artifacts: when: always reports: - junit: report.xml + junit: build/report.xml