diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8a44d3d9e64160d1690c133b91543081a4b6e16..2aba7bc245dcc9aca6b3c51d74c0ddf45ab3efce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,14 +20,15 @@ pages: only: - master script: - - cd python - pip3 install --no-deps ltfatpy madarrays yafe skpomade pandas xarray - pip3 install 'scipy==1.4.1' -U - pip3 install 'matplotlib==3.1.2' -U - pip3 install --no-deps . - - python3 tffpy/tests/ci_config.py - - python3 setup.py build_sphinx - - cp -r build/sphinx/html ../public + - python3 python/tffpy/tests/ci_config.py + - python3 python/setup.py build_sphinx + - pwd + - ls + - cp -r python/build/sphinx/html public artifacts: paths: - public