From f5346d382aa8fc678c289caf850c8fdc60e85263 Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Sat, 21 Mar 2020 00:55:47 -0400 Subject: [PATCH] code quality --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0237d1b..f56b619 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: docker:latest +image: docker:latest services: - docker:dind @@ -10,14 +10,14 @@ variables: stages: - test -#include: -# - template: Code-Quality.gitlab-ci.yml +include: + - template: Code-Quality.gitlab-ci.yml docker_build: stage: test script: - apk add docker-compose - scripts/subinstallers/gen_prod_env.sh "$MISTBORN_DEFAULT_PASSWORD" - - cp compose/production/traefik/traefik.toml.template compose/production/traefik/traefik.toml - - docker-compose -f base.yml build + - cp compose/production/traefik/traefik.toml.template compose/production/traefik/traefik.toml + - docker-compose -f base.yml build