From 273ab376b3bd1f54efa6d95363ee17bd47451e87 Mon Sep 17 00:00:00 2001 From: Michael Nolan Date: Thu, 30 Dec 2021 04:16:23 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32f7e3c..c8ed110 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,8 +19,7 @@ stages: # List of stages for jobs, and their order of execution build-job: # This job runs in the build stage, which runs first. stage: build script: - - ls - - + - ls #unit-test-job: # This job runs in the test stage. # stage: test # It only starts when the job in the build stage completes successfully.