At the moment we put a .gitlab-ci.yml in every project. At the moment we have more than 50 projects and every time something changes to the .gitlab-ci.yml the team has to change the structure in all of the projects. Is it possible to have one common .gitlab-ci.yml?
Attempts
- Tried to have one gitlab-ci.yml, but do not know how to change the default path to this file
- common scripts decrease the amount of code duplication, but if the gitlab-ci.yml structure changes we have to implement it in all the projects