diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26eb3184cc04d65ec31e7a48ccff85cb9c0e9ad2..049b8574f4e43e40d7d6c4e5a1e5ddd24fedddb3 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..."