Skip to content
Snippets Groups Projects
Commit 580ca949 authored by moritz's avatar moritz
Browse files

Moritz Huebner: Trying to make the CI running again

parent 798217fb
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment