Build with Image from Gitlab Registry

main
Georg Krause 2019-05-28 13:15:27 +02:00
parent 8d04f33bcd
commit f6d92e0171
1 changed files with 4 additions and 1 deletions

View File

@ -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