From 3668bce332f1e5c6789332f9e8e1994ebcb5a9dc Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Thu, 26 Aug 2021 22:52:00 +0200 Subject: [PATCH] Fix apt command --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 34a57f47..33197e0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ variables: pages: stage: deploy before_script: - - apt update; apt install po4a + - apt update; apt install po4a -y - pip install -r requirements.txt script: - make publish; make publish -- GitLab