From 4943f5b6ca7c669c9123078d79a43d2f0ff434cf Mon Sep 17 00:00:00 2001
From: "valentin.emiya" <valentin.emiya@lif.univ-mrs.fr>
Date: Wed, 3 Jun 2020 20:38:53 +0200
Subject: [PATCH] update CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9aeec41..519de46 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,6 +22,7 @@ pages:
         - pip3 install --no-deps ltfatpy madarrays yafe skpomade pandas
         - pip3 install --no-deps .
         - python3 setup.py build_sphinx
+        - pwd
         - python3 tffpy/tests/ci_confi.py
         - cp -r build/sphinx/html public
     artifacts:
-- 
GitLab