Skip to content

Allow include to be specified in .gitlab-ci.yml

Steve Traylen requested to merge extratests into master

The following can be added to .sync.yml to specify an include block

.gitlab-ci.yml:
   include:
     - local: /.gitlab-ci-local.yml'
     - project: my-group/my-project'
       file: /.gitlab-ci-another-project.yml'

Merge request reports