From 3a60f37d414e486a6822c03d952919cba2e29fc5 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Thu, 21 Sep 2023 20:58:27 -0500
Subject: [PATCH] Missed artifact summary

- added artifact summary file

	modified:   .gitlab-ci.yml
---
 .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