summaryrefslogtreecommitdiff
path: root/vendor/gitlab-ci-yml/Docker.gitlab-ci.yml
blob: 396d3f1b042f1c15ea4663c9c43d08f85d0ff9ff (plain)
1
2
3
4
5
6
7
# Official docker image.
image: docker:latest

build:
  stage: build
  script:
    - docker build -t test .