Skip to content
Snippets Groups Projects
Commit 1e6ac6ee authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix pipeline

parent c86fe36b
No related branches found
Tags 2.0rc5
No related merge requests found
Pipeline #29124 failed
image: python:3.8-buster
image: python:3.9-bullseye
variables:
GIT_SUBMODULE_STRATEGY: recursive
......@@ -7,6 +7,7 @@ variables:
pages:
stage: deploy
before_script:
- apt update; apt install po4a
- pip install -r requirements.txt
script:
- make publish; make publish
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment