From a63e2af1fcb46b2985d0fae56e0b3959bcf09614 Mon Sep 17 00:00:00 2001
From: Ethan Robert <ethan.rbrt90@gmail.com>
Date: Thu, 13 Mar 2025 16:07:16 +0100
Subject: [PATCH] Fixed Gitlab CI to install make

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 464f881..54cde3b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ stages:
 build:
   stage: build
   before_script:
-    - apt-get update -qq && apt-get install -y pandoc texlive
+    - apt-get update -qq && apt-get install -y pandoc texlive make
   script:
     - make all
   artifacts:
-- 
GitLab