diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d481e62..03363ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ image: python:3.8-bullseye test: stage: test script: + - cp config.yaml.example config.yaml - apt update && apt install build-essential - pip install -r requirements.txt - pip install -U sphinx sphinx-press-theme @@ -13,6 +14,7 @@ test: pages: stage: deploy script: + - cp config.yaml.example config.yaml - apt update && apt install build-essential - pip install -r requirements.txt - pip install -U sphinx sphinx-press-theme