summaryrefslogtreecommitdiff
path: root/doc/user/project/merge_requests/index.md
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-08-15 10:14:19 +0000
committerMarcia Ramos <virtua.creative@gmail.com>2018-08-15 10:14:19 +0000
commit6e9e61dc325053328a2066bd008663489760412d (patch)
tree47e251c4a623ac5336da23107391da1a3ae08f62 /doc/user/project/merge_requests/index.md
parent218fc3e3db8d62f42600bcda2f8d98af603e6bf9 (diff)
downloadgitlab-ce-6e9e61dc325053328a2066bd008663489760412d.tar.gz
Documentation for JUnit XML Test Summary In MR widget
Diffstat (limited to 'doc/user/project/merge_requests/index.md')
-rw-r--r--doc/user/project/merge_requests/index.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/user/project/merge_requests/index.md b/doc/user/project/merge_requests/index.md
index 86ecf33ed31..43ca498d006 100644
--- a/doc/user/project/merge_requests/index.md
+++ b/doc/user/project/merge_requests/index.md
@@ -43,8 +43,7 @@ A. Consider you are a software developer working in a team:
1. You checkout a new branch, and submit your changes through a merge request
1. You gather feedback from your team
-1. You work on the implementation optimizing code with [Code Quality reports](https://docs.gitlab.com/ee/user/project/merge_requests/code_quality.html) **[STARTER]**
-1. You build and test your changes with GitLab CI/CD
+1. You verify your changes with [JUnit test reports](../../../ci/junit_test_reports.md) in GitLab CI/CD
1. You request the approval from your manager
1. Your manager pushes a commit with his final review, [approves the merge request](https://docs.gitlab.com/ee/user/project/merge_requests/merge_request_approvals.html), and set it to [merge when pipeline succeeds](#merge-when-pipeline-succeeds) (Merge Request Approvals are available in GitLab Starter)
1. Your changes get deployed to production with [manual actions](../../../ci/yaml/README.md#manual-actions) for GitLab CI/CD