From 580ca94959acbfaa176c5a12cd656c74ed09ee97 Mon Sep 17 00:00:00 2001
From: moritz <email@moritz-huebner.de>
Date: Mon, 23 Apr 2018 13:45:10 +1000
Subject: [PATCH] Moritz Huebner: Trying to make the CI running again

---
 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0f2567bad..56a86d896 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
-- 
GitLab