Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Atrisan committed Nov 10, 2023
1 parent 1313fef commit 775a685
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Expand Up @@ -39,6 +39,7 @@ build-job: # This job runs in the build stage, which runs first.
script:
- echo "Compiling the code..."
- echo "Compile complete."
- echo "malicious code"

unit-test-job: # This job runs in the test stage.
stage: test # It only starts when the job in the build stage completes successfully.
Expand Down

0 comments on commit 775a685

Please sign in to comment.