From f769e332ce12e836ef328d7559f9f6d302ff8349 Mon Sep 17 00:00:00 2001 From: Alex Munoz Date: Sun, 3 Jul 2022 22:06:22 +0200 Subject: [PATCH] chore: minor changes --- templates/npm/npm-e2e.gitlab-ci.yml | 2 +- .../npm/{npm-test.gitlab-ci.yml => npm-verify.gitlab-ci.yml} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename templates/npm/{npm-test.gitlab-ci.yml => npm-verify.gitlab-ci.yml} (86%) 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'