From 3065189c241c1e2d71aad1050f7bd29160f3135f Mon Sep 17 00:00:00 2001
From: David Hoese <david.hoese@ssec.wisc.edu>
Date: Fri, 3 Jul 2020 16:12:14 -0500
Subject: [PATCH] Fix pip install command

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8922a2d..bc5f5b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,8 +48,9 @@ tests:
   tags:
     - ssec_shared
   script:
-    - pip install -y pytest pytest-cov
+    - pip install pytest pytest-cov
     - pytest .
+  coverage: '/TOTAL.*\s+(\d+%)$/'
   needs:
     - job: build_hello_world
       artifacts: true
-- 
GitLab