diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2223eff..3bd140a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,11 +17,10 @@ # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml stages: # List of stages for jobs, and their order of execution - - build - deploy build-job: # This job runs in the build stage, which runs first. - stage: build + stage: deploy script: - echo "Compiling the code..." - echo "I'm..." $(whoami)