From ef0d11de29957feb2c1b973b5331f4e513d55a8d Mon Sep 17 00:00:00 2001
From: Jannik Dunkelau <jannik.dunkelau@hhu.de>
Date: Tue, 5 Apr 2022 17:59:25 +0200
Subject: [PATCH] Install make and zip in CI script

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3a277bc..8b1dca8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,8 @@
 # However, if we can abuse the gitlab pages mechanism, we might be able to
 # Link the zip still!
 pages:
+  before_script:
+    - apt install -y build-essential
   stage: deploy
   script:
     - make zip
-- 
GitLab