From 25ce27c7c863e58801998f0b0e5b7213b5e5f09a Mon Sep 17 00:00:00 2001 From: nazlicag97 <nazlicag97@mi.fu-berlin.de> Date: Fri, 31 Jan 2025 15:31:50 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26eb318..049b857 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ stages: # List of stages for jobs, and their order of execution build-job: # This job runs in the build stage, which runs first. - run-on: ubuntu-latest + runs-on: ubuntu-latest stage: build script: - echo "Compiling the code..." -- GitLab