Skip to content
Snippets Groups Projects
Commit bcd5fe48 authored by nazlicag97's avatar nazlicag97
Browse files

Update .gitlab-ci.yml file

parent 25ce27c7
Branches
Tags
No related merge requests found
Pipeline #65855 passed
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
# This specific template is located at: # This specific template is located at:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml # 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 stages: # List of stages for jobs, and their order of execution
- build - build
- test - test
...@@ -23,7 +25,6 @@ stages: # List of stages for jobs, and their order of execution ...@@ -23,7 +25,6 @@ stages: # List of stages for jobs, and their order of execution
build-job: build-job:
# This job runs in the build stage, which runs first. # This job runs in the build stage, which runs first.
runs-on: ubuntu-latest
stage: build stage: build
script: script:
- echo "Compiling the code..." - echo "Compiling the code..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment