Use Debian image for Gitlab CI
This commit is contained in:
parent
597a1ca62a
commit
e32107de11
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue