gitlab-org--gitlab-foss/vendor/gitlab-ci-yml/Docker.gitlab-ci.yml

8 lines
108 B
YAML
Raw Normal View History

2016-06-16 08:39:17 +00:00
# Official docker image.
image: docker:latest
build:
stage: build
script:
- docker build -t test .