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