Project Dashboard not detecting CI configuration on a different location
Steps to reproduce
- Create a
.gitlab-cy.ymlfile - Add it to the repository, but not at the default location
- Configure the path as
Custom CI config pathin the CI/CD Settings of the repository - Push the changes
Expected
- GitLab detects the ci configuration at the custom path
- GitLab starts pipeline
- Project Dashboard detects the configuration
Actual
- Pipeline is working fine
- On the Project Dashboard there are still the buttons
Set up CI/CDandEnable Auto DevOps