diff --git a/docs/CI-notes.txt b/docs/CI-notes.txt new file mode 100644 index 0000000..96bab12 --- /dev/null +++ b/docs/CI-notes.txt @@ -0,0 +1,8 @@ +/* + * This document explain how to setup the CI in a fork of the project. + */ + +In order to set-up the CI in a fork, the location of the gitlab-ci.yml file +needs to be provide to gitlab. +For that, in `Setting->CI/CD->General pipelines->Custom CI config path`, +change `gitlab-ci.yml` to `ci/gitlab-ci.yml`.