diff --git a/templates/npm/npm-e2e.gitlab-ci.yml b/templates/npm/npm-e2e.gitlab-ci.yml index 04b7b53..960226e 100644 --- a/templates/npm/npm-e2e.gitlab-ci.yml +++ b/templates/npm/npm-e2e.gitlab-ci.yml @@ -8,3 +8,8 @@ fi script: - npm run ci:e2e + artifacts: + expire_in: '7d' + reports: + junit: + - 'e2e-reports/**/**.xml' diff --git a/templates/npm/npm-test.gitlab-ci.yml b/templates/npm/npm-test.gitlab-ci.yml index ce4f206..cec278e 100644 --- a/templates/npm/npm-test.gitlab-ci.yml +++ b/templates/npm/npm-test.gitlab-ci.yml @@ -8,3 +8,8 @@ fi script: - npm run ci:test + artifacts: + expire_in: '7d' + reports: + junit: + - 'test-reports/**/**.xml'