1/*
2 * This document explain how to setup the CI in a fork of  the project.
3 */
4
5In order to set-up the CI in a fork, the location of the gitlab-ci.yml file
6needs to be provide to gitlab.
7For that, in `Setting->CI/CD->General pipelines->Custom CI config path`,
8change `gitlab-ci.yml` to `ci/gitlab-ci.yml`.
9