diff options
| author | mo khan <mo.khan@gmail.com> | 2019-09-02 15:30:07 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-09-02 15:30:07 -0600 |
| commit | 3d4010bd252f8babcf0a34db3cf378a08273d7d1 (patch) | |
| tree | d2c3ddc3f8631b2bfb35fb965e62f2cf05e27807 | |
| parent | d345ee24dc6475a6c438e293ee572c82549afe67 (diff) | |
include failsafe test reports
| -rw-r--r-- | .gitlab/ci/test.gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml index acf7d10..91667f6 100644 --- a/.gitlab/ci/test.gitlab-ci.yml +++ b/.gitlab/ci/test.gitlab-ci.yml @@ -5,7 +5,9 @@ verify: - mvn verify artifacts: reports: - junit: target/surefire-reports/TEST-*.xml + junit: + - target/surefire-reports/TEST-*.xml + - target/failsafe-reports/TEST-*.xml javadoc: image: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA |
