Update .gitlab-ci.yml file

This commit is contained in:
Administrator 2023-10-07 13:47:19 +00:00
parent f4fa3585f9
commit e8ffb7461d

View File

@ -23,8 +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. build-job: # This job runs in the build stage, which runs first.
stage: build stage: build
script: script:
- echo "Compiling the code..." - python build.py
- echo "Compile complete."
deploy-job: # This job runs in the deploy stage. deploy-job: # This job runs in the deploy stage.
stage: deploy # It only runs when *both* jobs in the test stage complete successfully. stage: deploy # It only runs when *both* jobs in the test stage complete successfully.