diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ac7e4b..af8c48a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,6 @@ default: stages: # List of stages for jobs, and their order of execution - build - test - - deploy build-job: # This job runs in the build stage, which runs first. stage: build