From bcd5fe489cc7363716e26b4d3f6119f272655302 Mon Sep 17 00:00:00 2001
From: nazlicag97 <nazlicag97@mi.fu-berlin.de>
Date: Fri, 31 Jan 2025 15:42:18 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 049b857..b08a272 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,8 @@
 # This specific template is located at:
 # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml
 
+image: debian:latest
+
 stages:          # List of stages for jobs, and their order of execution
   - build
   - test
@@ -23,7 +25,6 @@ stages:          # List of stages for jobs, and their order of execution
 
 build-job:
        # This job runs in the build stage, which runs first.
-  runs-on: ubuntu-latest
   stage: build
   script:
     - echo "Compiling the code..."
-- 
GitLab