From 76282e9e288041cde62e99e2bfb84aa7d1ab9fa5 Mon Sep 17 00:00:00 2001 From: Lulzette Date: Tue, 19 Oct 2021 01:23:32 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."