From f6d92e01711ae854655e69a8d045ec22de793dda Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Tue, 28 May 2019 13:15:27 +0200 Subject: [PATCH] Build with Image from Gitlab Registry --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1dfe5f7..c0ba60f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: gcrkrause/loopp-docker-build-env +image: $CI_REGISTRY/soundship/loopp-docker-build-env:stable stages: - build - test @@ -7,6 +7,9 @@ stages: #include: # - template: Code-Quality.gitlab-ci.yml +before_script: + - docker login -u $CI_DEPLOY_USER -p $CI_DEPLOY_PASSWORD $CI_REGISTRY + static-analysis: tags: - docker