From 3cb3f4aab59fed3c5b52665a5875fa35c6abff87 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 7 Jun 2020 20:16:52 +0200 Subject: [PATCH] Correct path to test report Fixes https://gitlab.com/graphviz/graphviz/-/issues/1733 Broke in https://gitlab.com/graphviz/graphviz/-/commit/8b51a82287fe23a282e2933ffe321c200ddf797e --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27a57989e..8006941ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,7 +54,7 @@ portable-source: - ci/test.sh artifacts: reports: - junit: graphviz-*/report.xml + junit: graphviz*/report.xml centos6-build: <<: *rpm_build_definition -- 2.40.0