Skip to content
Snippets Groups Projects
Commit ac3f80d7 authored by Sebastian Schroeder's avatar Sebastian Schroeder
Browse files

Add .gitlab-ci.yml

parent d382d1a7
No related merge requests found
Pipeline #14695 passed with stage
in 46 seconds
docker-build-master:
# Official docker image.
image: docker:latest
stage: build
services:
- docker:dind
script:
- docker network ls
only:
- master
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment