Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
G
GitLab-JUnit-Test-Reports-Demo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chris Radkowski
GitLab-JUnit-Test-Reports-Demo
Commits
001f2862
Commit
001f2862
authored
Nov 17, 2019
by
Chris Radkowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml - add JUnit test reports
parent
95bd0527
Pipeline
#96438074
passed with stages
in 1 minute and 46 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
.gitlab-ci.yml
.gitlab-ci.yml
+6
-1
No files found.
.gitlab-ci.yml
View file @
001f2862
...
...
@@ -26,7 +26,12 @@ build:
test
:
stage
:
test
script
:
gradle check
# Modified from: https://docs.gitlab.com/ee/ci/junit_test_reports.html#enabling-the-feature
script
:
-
gradle test
artifacts
:
reports
:
junit
:
build/test-results/test/TEST-*.xml
cache
:
key
:
"
$CI_COMMIT_REF_NAME"
policy
:
pull
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment