Testing Docker Stuff

This commit is contained in:
Stefan H 2022-02-17 09:10:45 +01:00
parent 2ba829a944
commit c39ce2f65b
1 changed files with 3 additions and 0 deletions

View File

@ -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: