From 1e6ac6ee1e91651fede2e46142db43d9d1673361 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Thu, 26 Aug 2021 22:41:59 +0200
Subject: [PATCH] Fix pipeline

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bb71cfd3..34a57f47 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-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
-- 
GitLab