Добрый день! Столкнулся с проблемой в gitlab, в pipeline не отображаются результат тестов junit. в
git-lab.ci:
artifacts:
paths:
- build/report/unit/*.xml
- build/report/bdd/*.xml
reports:
junit:
- build/report/unit/JUnit.xml
- build/report/bdd/junit.xml
expire_in: 1 month
В логе job-а:
build/report/bdd/junit.xml: found 1 matching files
WARNING: Failed to load system CertPool: crypto/x509: system root pool is not available on Windows
Uploading artifacts to coordinator... ok id=564 responseStatus=201 Created token=v8qMaGHd
(gitlab CE 12.9.4, gitlab runner 12.9.0)