From 0624de081b794373faa5fcb2e9ea97322c60131f Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <art1@andreas-romeyke.de> Date: Tue, 13 Dec 2022 10:34:38 +0100 Subject: [PATCH] - added apt update --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8fba325..e9ef67c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,7 @@ packaging-job: stage: packaging timeout: 3h script: + - apt update && apt install make zip - /usr/bin/make clean all artifacts: paths: -- GitLab