Update .gitlab-ci.yml file
This commit is contained in:
parent
95535f3a27
commit
23afdc0c1f
@ -39,8 +39,8 @@ build-job: # This job runs in the build stage, which runs first.
|
|||||||
unit-test-job: # This job runs in the test stage.
|
unit-test-job: # This job runs in the test stage.
|
||||||
stage: test # It only starts when the job in the build stage completes successfully.
|
stage: test # It only starts when the job in the build stage completes successfully.
|
||||||
script:
|
script:
|
||||||
- echo "Running unit tests... This will take about 60 seconds."
|
- echo "Running unit tests..."
|
||||||
- sleep 60
|
- ctest
|
||||||
- echo "Code coverage is 90%"
|
- echo "Code coverage is 90%"
|
||||||
|
|
||||||
lint-test-job: # This job also runs in the test stage.
|
lint-test-job: # This job also runs in the test stage.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user