From 15af4a166045e39434ad8a33fdbe1d715f901b46 Mon Sep 17 00:00:00 2001 From: Georg Krause <mail@georg-krause.net> Date: Thu, 22 Apr 2021 17:04:16 +0200 Subject: [PATCH] Fix API test report path --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ba140e3c2..9d5204cfab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -148,7 +148,7 @@ test_api: artifacts: when: always reports: - junit: report.xml + junit: api/report.xml test_front: interruptible: true -- GitLab