Use Debian image for Gitlab CI

This commit is contained in:
Iain Learmonth 2022-04-08 14:04:54 +01:00
parent 597a1ca62a
commit e32107de11

View file

@ -1,8 +1,9 @@
image: python:3.8-alpine
image: python:3.8-bullseye
test:
stage: test
script:
- sudo apt install build-essential
- pip install -r requirements.txt
- pip install -U sphinx sphinx-press-theme
- sphinx-build -b html docs public
@ -12,6 +13,7 @@ test:
pages:
stage: deploy
script:
- sudo apt install build-essential
- pip install -r requirements.txt
- pip install -U sphinx sphinx-press-theme
- sphinx-build -b html docs public