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