diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7b379d2b7e46fff5ad793b7ec2bc9daada6d219f..6040d23b71b3bcb994e033333cac95d5df02b224 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+%)$/'