Skip to content
Snippets Groups Projects

Configure how merge requests.

Closed Steve Traylen requested to merge merge into master
+ 6
0
@@ -70,6 +70,12 @@ repository where you're running your tests.
[The GitLab documentation](https://docs.gitlab.com/ce/ci/enable_or_disable_ci.html)
describes what flag has to be activated to enable it.
## Merge Request Configuration
It is recomended to configure your module's merge request to use
`Merge commit with semi-linear history` or `Fast-forward merge`.
[The GitLab documentation](https://docs.gitlab.com/ee/user/project/merge_requests/fast_forward_merge.html)
Without this a merge request passing tests may result in failed tests after merge.
## Disabling particular tests
The *modulesync* utility has the ability to influenced by
a control file within your own repository. Create a file `.sync.yml`
Loading