diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97fff62f..f25802f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,12 +20,13 @@ stages: - deploy variables: - DOCKER_BUILDKIT: 1 - COMPOSE_DOCKER_CLI_BUILD: 1 + DOCKER_BUILDKIT: "1" + COMPOSE_DOCKER_CLI_BUILD: "1" build-staging: tags: - integration + - blocal variables: CI_DEBUG_TRACE: "true" stage: build