From 9943ec100861c3026ed81d86c8bc0d75239cd0d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kolbj=C3=B8rn=20Barmen?= Date: Thu, 7 Mar 2019 15:37:15 +0100 Subject: [PATCH] Use docker-image instead of stretch to run docker --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fb79624..5dce671 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: build-debian-stretch: cache: {} stage: build - image: debian:stretch + image: registry.uninett.no/public/docker-builder artifacts: expire_in: 1h paths: -- GitLab