Code coverage analytics de-sync with latest test coverage result from merge-request

When we check the result of the execution of our merge-request, we can see there is a code coverage loss

image

These stats seems to be compared against the “repository code coverage statistics”, but these statistics seems to be updated rarely. We are january 4th and the last result seems to be on 14th december

Between the 14th december and yesterday, the coverage of the “backend-t” job drop to 91.77%, and we managed to get it back up. But none of these statistics were updated in the repository code coverage statistics,

I wonder to know how can we get the repository statistics to “match” the result we get in our merge-request or to understand how to manage this case.

We are using “gitlab.com

Thanks