SonarCloud project overview not updating with Gitlab scans

Template for a good new topic, formatted with Markdown:
Using Gitlab, php.

Sonarcloud is integrated into our gitlab pipeline, and every merge request is scanned.
However when I open our project overview, it shows the last scan as September of last year.
I can see all of our merge request scans, but these are not updating the project overview.
What am I missing here? Do I need to run a manual/local scan everytime I want to see updates in the overview?

Hi @MightMoose,

Just to clarify so I can understand the problem better. By project overview, you mean : https://sonarcloud.io/dashboard?id=<id_of_your_project> ?

Best,
Marcin

Hi Marcin,

That is correct.

Hi @MightMoose,

If you are doing an analysis of the code, you should not need to rerun the analysis for it to appear in the project overview (the project overview shows by default the main branch metrics, if you analyzed merge requests you have to go to the specific merge request to see MR specific metrics or analyze the main branch as a separate job in your pipeline to get metrics for the main branch).

Best,
Marcin