Skip to content
Snippets Groups Projects
.gitlab-ci.yml 216 B
Newer Older
Sebastian Schroeder's avatar
Sebastian Schroeder committed
docker-build-master:
  # Official docker image.
  image: docker:latest
  stage: build
  services:
    - docker:dind
  script:
    - pip install docker-compose
    - docker-compose up -d --build
Sebastian Schroeder's avatar
Sebastian Schroeder committed
  only:
    - master