diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ad5a0c..9205986 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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."