Update .gitlab-ci.yml file
This commit is contained in:
parent
3d2045233f
commit
273ab376b3
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue