diff --git a/templates/npm/npm-e2e.gitlab-ci.yml b/templates/npm/npm-e2e.gitlab-ci.yml index 960226e..d136610 100644 --- a/templates/npm/npm-e2e.gitlab-ci.yml +++ b/templates/npm/npm-e2e.gitlab-ci.yml @@ -12,4 +12,4 @@ expire_in: '7d' reports: junit: - - 'e2e-reports/**/**.xml' + - '**/e2e-reports/**/**.xml' diff --git a/templates/npm/npm-test.gitlab-ci.yml b/templates/npm/npm-verify.gitlab-ci.yml similarity index 86% rename from templates/npm/npm-test.gitlab-ci.yml rename to templates/npm/npm-verify.gitlab-ci.yml index cec278e..b91dc46 100644 --- a/templates/npm/npm-test.gitlab-ci.yml +++ b/templates/npm/npm-verify.gitlab-ci.yml @@ -12,4 +12,4 @@ expire_in: '7d' reports: junit: - - 'test-reports/**/**.xml' + - '**/test-reports/**/**.xml'