diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a9adff8d8ced656f1e2fb4853d9d4cc1c7b43f33..5fe8c4d1c0d79067765a1420263d5fbc23f40fad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,10 @@ tests: - ssec_shared script: - ls -l -# - export PATH="$PATH:${PWD}" + - echo ${PWD} + - export PATH="$PATH:${PWD}" + - echo $PATH + - hello - pip install pytest pytest-cov - pytest --cov=. test.py coverage: '/TOTAL.*\s+(\d+%)$/'