diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f47388a..f6bfe92 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,16 +1,9 @@ pages: + image: debian:10 script: - - apt update - - apt install \-y make curl wget python3 python3-distutils - - wget -O get-pip.py https://bootstrap.pypa.io/get-pip.py - - python3 ./get\-pip.py - - pip install \-e ./[docs] - - cd ./docs - - mkdir build - - mkdir ../public - - ln -s ./build/html ../public - - make html + - ./tests/scripts/install.sh GITLAB 3 7 + - ./tests/scripts/docs.sh GITLAB 3 7 artifacts: paths: - public @@ -29,7 +22,7 @@ tests_py3.7: - master tests_py3.5: - image: debian:stretch + image: debian:10 script: - ./tests/scripts/install.sh GITLAB 3 5 - ./tests/scripts/test.sh GITLAB 3 5