diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f2567badfc931f5b339f230f41abe2bb07d4f12..56a86d8965f67a3607fc4aaa4d708aad8ce6b294 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,9 +18,12 @@ exitcode-jessie: stage: test image: ligo/software:jessie script: - - export $PYTHONPATH=peyote/ + - ls + - echo $PWD - echo $PYTHONPATH - echo $CI_CONFIG_PATH + - export $PYTHONPATH=/peyote/ + - ls $PYTHONPATH - pip install -r requirements.txt - pip install coverage - pip install coverage-badge