image: docker:latest services: - docker:dind variables: GIT_SUBMODULE_STRATEGY: "recursive" stages: - test include: - template: Code-Quality.gitlab-ci.yml install: stage: test image: ubuntu:18.04 script: - scripts/install.sh docker_build: stage: test script: - apk add docker-compose - docker info - docker-compose --version - scripts/subinstallers/gen_prod_env.sh "default_password" - cp compose/production/traefik/traefik.toml.template compose/production/traefik/traefik.toml - docker-compose -f base.yml build