Skip to content
Snippets Groups Projects
Commit 0966e438 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Update .gitlab-ci.yml

parent 140ea69d
No related branches found
No related tags found
1 merge request!5Resolve "Make Proxy Use Autodevops"
...@@ -12,6 +12,18 @@ variables: ...@@ -12,6 +12,18 @@ variables:
SAST_DISABLED: "true" SAST_DISABLED: "true"
TEST_DISABLED: "true" TEST_DISABLED: "true"
stages:
- prepare
prepare:node:
stage: prepare
image: node:slim
script:
- npm install
only:
- branches
- tags
build: build:
stage: build stage: build
image: "registry.gitlab.com/gitlab-org/cluster-integration/auto-build-image/master:stable" image: "registry.gitlab.com/gitlab-org/cluster-integration/auto-build-image/master:stable"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment