CI: Remove base path from unittest results

This commit is contained in:
Igor Scheller 2024-03-24 17:07:56 +01:00 committed by xuwhite
parent fc9b4d6da4
commit c82e902360
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@ test:
--coverage-text --coverage-html "${HOMEDIR}/coverage/"
--log-junit "${HOMEDIR}/unittests.xml"
after_script:
- sed -i 's~/var/www/~~' unittests.xml
- '"${DOCROOT}/bin/migrate" down'
dump-database: