From f51bd708bc36d116f79108b7d06cd0fd5da8cad8 Mon Sep 17 00:00:00 2001
From: David Hoese <david.hoese@ssec.wisc.edu>
Date: Sun, 5 Jul 2020 17:53:08 -0500
Subject: [PATCH] Remove unnecessary CI lines

---
 .gitlab-ci.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7b379d2..6040d23 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,11 +50,6 @@ tests:
   tags:
     - ssec_shared
   script:
-    - ls -l
-    - echo ${PWD}
-    - export PATH="$PATH:${PWD}"
-    - echo $PATH
-    - ./hello
     - pip install pytest pytest-cov
     - pytest --cov=. test.py
   coverage: '/TOTAL.*\s+(\d+%)$/'
-- 
GitLab