Unit test tab in pipeline view shows 0 tests

Unit test tab in pipeline view shows 0 tests but there shall be around 1000 tests.

Seems like there is a limit on how many tests it can process?

I have like this:
reports:
junit:
- .//build/test-results/test/.xml
- web/build/reports/*.xml

The log;
BUILD SUCCESSFUL in 16m 32s
137 actionable tasks: 135 executed, 2 up-to-date
section_end:1634977236:step_script
e[0Ksection_start:1634977236:upload_artifacts_on_success
e[0Ke[0Ke[36;1mUploading artifacts for successful jobe[0;me[0;m
e[32;1mUploading artifacts…e[0;m
Runtime platform e[0;m arche[0;m=amd64 ose[0;m=darwin pide[0;m=13604 revisione[0;m=e0218c92 versione[0;m=14.3.2
data-platform-api/build/reports/tests/.csv: found 1 matching files and directoriese[0;m
external-api/build/reports/tests/
.csv: found 1 matching files and directoriese[0;m
internal-api/build/reports/tests/.csv: found 1 matching files and directoriese[0;m
key-api/build/reports/tests/
.csv: found 1 matching files and directoriese[0;m
receiver-api/build/reports/tests/.csv: found 1 matching files and directoriese[0;m
Uploading artifacts as “archive” to coordinator… oke[0;m ide[0;m=369 responseStatuse[0;m=201 Created tokene[0;m=aCVytx93
e[32;1mUploading artifacts…e[0;m
Runtime platform e[0;m arche[0;m=amd64 ose[0;m=darwin pide[0;m=13636 revisione[0;m=e0218c92 versione[0;m=14.3.2
./
/build/test-results/test/.xml: found 109 matching files and directoriese[0;m
web/build/reports/
.xml: found 1 matching files and directoriese[0;m
Uploading artifacts as “junit” to coordinator… oke[0;m ide[0;m=369 responseStatuse[0;m=201 Created tokene[0;m=aCVytx93
section_end:1634977241:upload_artifacts_on_success

If I list the Junit files by fie by file I can add perhaps 5 and around 750 tests after that it will show 0 tests (and a small “!” icon)

I am using Gitlab 13.12.1-ee