From f12d0166324f016a60cb0f878a06c9b6bcb90d1b Mon Sep 17 00:00:00 2001
From: Tiago Freitas Pereira <tiagofrepereira@gmail.com>
Date: Thu, 29 Sep 2016 14:34:29 +0200
Subject: [PATCH] Reverted to the old ci

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index da62f20..ba65e0a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,6 +87,7 @@ variables:
     - pip install --use-wheel --no-index --pre dist/*.whl
   script:
     - cd ${CONDA_PREFIX}
+    - pwd
     - export PYTHONPATH="./PythonFaceEvaluation/src:$PYTHONPATH"
     - python -c "from ${CI_PROJECT_NAME} import get_config; print(get_config())"
     - coverage run --source=${CI_PROJECT_NAME} ./bin/nosetests -sv ${CI_PROJECT_NAME}
-- 
GitLab