From 1174b3d61e3fa891aa4dd4e70700863f05367357 Mon Sep 17 00:00:00 2001 From: Rosen Georgiev <rosen.georgiev@vereign.com> Date: Wed, 29 Jun 2022 12:27:28 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f4f5af5..4a582eb7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ test: artifacts: when: always reports: - junit: build/cucumber-report/cucumber.xml + junit: reports/cucumber-report/cucumber.xml after_script: - echo "End CI" -- GitLab