diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 519de46dc2eae3ea13abca666110d34cb445923c..1a3e3889e2447cabe7ee9831a8c6c42546547c28 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