Commit bd7147d6 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'b_freitas-master-patch-54848' into 'master'

Fix typo in template

See merge request gitlab-org/gitlab!63964
parents 9ddf459f 8e19722c
......@@ -16,7 +16,7 @@ build-job: # This job runs in the build stage, which runs first.
stage: build
script:
- echo "Compiling the code..."
- echo "Compile complete.
- echo "Compile complete."
unit-test-job: # This job runs in the test stage.
stage: test # It only starts when the job in the build stage completes successfully.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment