From 7217db698dad02c86edd67161f1f6d9846974c1b Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Sat, 25 Sep 2021 00:19:30 +0200 Subject: [PATCH] [CI] Align apt-get commandline with other pages --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33197e0c..0fa3080c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ variables: pages: stage: deploy before_script: - - apt update; apt install po4a -y + - apt-get -y update && apt-get -y install po4a - pip install -r requirements.txt script: - make publish; make publish -- GitLab