From aa2cffa95e5fde5cb3473ff65af5e8fb73e81575 Mon Sep 17 00:00:00 2001 From: Karl-Philipp Wulfert Date: Fri, 30 Nov 2018 15:03:08 +0100 Subject: [PATCH] ci: use built images --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff82ab0c..6ecc379f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:lts-alpine +image: registry.gitlab.com/openstapps/projectmanagement/node cache: key: ${CI_COMMIT_REF_SLUG} @@ -20,7 +20,7 @@ build:npm: - npm run build build:docker-builder: - image: docker:stable + image: registry.gitlab.com/openstapps/projectmanagement/builder stage: build only: - schedules @@ -37,7 +37,7 @@ build:docker-builder: - docker build:docker-node: - image: docker:stable + image: registry.gitlab.com/openstapps/projectmanagement/builder stage: build only: - schedules