debian-mirror-gitlab/vendor/gitlab-ci-yml/Docker.gitlab-ci.yml

8 lines
108 B
YAML
Raw Normal View History

2016-06-22 15:30:34 +05:30
# Official docker image.
image: docker:latest
build:
stage: build
script:
- docker build -t test .