From 3f60ef96b5098210f7066f36601e76487261f0d3 Mon Sep 17 00:00:00 2001 From: "valentin.emiya" <valentin.emiya@lif.univ-mrs.fr> Date: Wed, 3 Jun 2020 21:09:38 +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 519de46..1a3e388 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ tests: - cd python - pip3 install --no-deps ltfatpy madarrays yafe skpomade pandas - pip3 install --no-deps . + - pwd - python3 tffpy/tests/ci_confi.py - pytest-3 -- GitLab