From 595b9847cbf3bb4baf44eb6b7163a518e5660ef3 Mon Sep 17 00:00:00 2001
From: nazlicag97 <nazlicag97@mi.fu-berlin.de>
Date: Fri, 31 Jan 2025 15:30:19 +0000
Subject: [PATCH] Updated build machine as ubuntu

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 64b372d..26eb318 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,7 +21,9 @@ stages:          # List of stages for jobs, and their order of execution
   - test
   - deploy
 
-build-job:       # This job runs in the build stage, which runs first.
+build-job:
+       # This job runs in the build stage, which runs first.
+  run-on: ubuntu-latest
   stage: build
   script:
     - echo "Compiling the code..."
-- 
GitLab