Fix API test report path

This commit is contained in:
Georg Krause 2021-04-22 17:04:16 +02:00
parent 134ba74399
commit 15af4a1660
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ test_api:
artifacts:
when: always
reports:
junit: report.xml
junit: api/report.xml
test_front:
interruptible: true