Project Dashboard not detecting CI configuration on a different location

Steps to reproduce

  1. Create a .gitlab-cy.yml file
  2. Add it to the repository, but not at the default location
  3. Configure the path as Custom CI config path in the CI/CD Settings of the repository
  4. 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/CD and Enable Auto DevOps