From 1c942a37bd72d265a422a9ec258f31f3d45379e2 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Sat, 25 Sep 2021 00:18:36 +0200 Subject: [PATCH] [CI] Install po4a --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91356ae..b4cbbbd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ variables: pages: stage: deploy before_script: + - apt-get -y update && apt-get -y install po4a - pip install -r requirements.txt script: - make publish @@ -21,6 +22,7 @@ pages: pages_staging: stage: test before_script: + - apt-get -y update && apt-get -y install po4a - pip install -r requirements.txt script: - make publish -- GitLab