Update .gitlab-ci.yml file

This commit is contained in:
Michael Nolan 2021-12-30 04:16:23 +00:00
parent 3d2045233f
commit 273ab376b3
1 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,6 @@ build-job: # This job runs in the build stage, which runs first.
stage: build stage: build
script: script:
- ls - ls
-
#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.