diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3fbc88a..88f2135 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: python:3.8-bullseye test: stage: test script: - - sudo apt install build-essential + - apt install build-essential - pip install -r requirements.txt - pip install -U sphinx sphinx-press-theme - sphinx-build -b html docs public @@ -13,7 +13,7 @@ test: pages: stage: deploy script: - - sudo apt install build-essential + - apt install build-essential - pip install -r requirements.txt - pip install -U sphinx sphinx-press-theme - sphinx-build -b html docs public