Skip to content

Commit

Permalink
Publish XML report
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator authored and Jesse Rusak committed Jan 15, 2020
1 parent 41dddab commit ef153a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@ variables:
PYTEST_PATH_BASE: ${CI_PROJECT_DIR}/tests
PYTEST_ADDOPTS: "--color=yes"
after_script:
- cp tests/*.xml ./
- cp tests/*.xml ${CI_PROJECT_DIR}/
artifacts:
name: "${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
paths:
- ./*.xml
- tests/*.xml
- "*.xml"
reports:
junit: tests/*.xml
when: always
needs:
- job: kubedr_apply
artifacts: false
Expand Down

0 comments on commit ef153a9

Please sign in to comment.