hoc/.gitlab-ci.yml
2019-04-23 23:22:22 +02:00

10 lines
129 B
YAML

image: docker:stable
before_script:
- docker info
build:
stage: build
script:
- docker build -t vbrandl/hoc:latest .