From 1c6694e3c1677051a83c2194e4338f9b57593fe6 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Fri, 22 Sep 2023 02:37:39 +0000 Subject: [PATCH] Missed artifact summary --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eac96373..1051ebb3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -130,6 +130,7 @@ summary: - find results -print | sort | tee summary.txt artifacts: paths: + - summary.txt - results/* # reports: # junit: ["results/dvcs/report2.xml"] -- GitLab