Update .gitlab-ci.yml file

This commit is contained in:
Lulzette 2021-10-19 01:23:32 +00:00
parent 0b7d20dcaa
commit 76282e9e28

View File

@ -25,7 +25,7 @@ build-job: # This job runs in the build stage, which runs first.
- docker build . - docker build .
- echo "Compile complete." - echo "Compile complete."
lint-test-job: # This job also runs in the test stage. test-job: # This job also runs in the test stage.
stage: test # It can run at the same time as unit-test-job (in parallel). stage: test # It can run at the same time as unit-test-job (in parallel).
script: script:
- echo "Linting code... This will take about 10 seconds." - echo "Linting code... This will take about 10 seconds."