ci: use built images

This commit is contained in:
Karl-Philipp Wulfert
2018-12-03 17:38:23 +01:00
parent 94538ad5ac
commit aa2cffa95e
+3 -3
View File
@@ -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