Testing Docker Stuff
This commit is contained in:
parent
2ba829a944
commit
c39ce2f65b
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ stages: # List of stages for jobs, and their order of execution
|
|||
- test
|
||||
- deploy
|
||||
|
||||
before_script:
|
||||
- docker info
|
||||
|
||||
build-job: # This job runs in the build stage, which runs first.
|
||||
stage: build
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue