From 8dd2ed07d5691d14e29554521020b30de147e2e9 Mon Sep 17 00:00:00 2001 From: "valentin.emiya" <valentin.emiya@lif.univ-mrs.fr> Date: Wed, 3 Jun 2020 16:21:52 +0200 Subject: [PATCH] update CI --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08e3844..7e60863 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ tests: tags: - docker script: + - cd python - pip3 install --no-deps . - pytest-3 @@ -15,6 +16,7 @@ pages: only: - master script: + - cd python - pip3 install --no-deps . - python3 setup.py build_sphinx - cp -r build/sphinx/html public -- GitLab