From 0d48fb7967e4a153d2c8184e0861f8b70b206949 Mon Sep 17 00:00:00 2001
From: ewbo4360 <ewbo4360@bht-berlin.de>
Date: Tue, 19 Nov 2024 00:59:33 +0100
Subject: [PATCH] build pipeline stage update

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2a34f07..16e363b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,8 @@ stages:
 before_script:
 # the 2 following steps make sure that the required building tool (meson) is installed on the runner
 #and also that all the other external dependencies are here (this will be part of a container later) 
+  - apt-get update  # Make sure the package lists are updated
+  - apt-get install -y curl
   - apt-get install -y --no-install-recommends \
       meson \
       ccache \
-- 
GitLab