From 0a8edf0078fed17051ea862257a0b45e1729c6fb Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Wed, 29 Sep 2021 12:43:27 -0600
Subject: [PATCH] update artifacts

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b8df5f50..190e7430 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -82,7 +82,7 @@ Markdown Lint:
 Unit Tests:
   artifacts:
     paths:
-      - ${REPORTS_DIR}
+      - ${JACOCO_HTML_DIR}
     reports:
       junit: ${JUNIT_FILES}
   coverage: '/Total.*?([0-9]{1,3})%/'
@@ -101,7 +101,7 @@ Unit Tests:
       when: manual
   script:
     - ./gradlew check;
-    - cat ${JACOCO_HTML_DIR}/index.html | grep -o '<tfoot>.*</tfoot>'
+    - cat ${JACOCO_HTML_DIR}/index.html;
   stage: build
 
 ####
-- 
GitLab