Update .gitlab-ci.yml file
This commit is contained in:
parent
0b7d20dcaa
commit
76282e9e28
@ -25,7 +25,7 @@ build-job: # This job runs in the build stage, which runs first.
|
||||
- docker build .
|
||||
- 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).
|
||||
script:
|
||||
- echo "Linting code... This will take about 10 seconds."
|
||||
|
Loading…
Reference in New Issue
Block a user