Skip to content
Snippets Groups Projects
Verified Commit 97925de1 authored by Mark's avatar Mark
Browse files

create separate stage for test builds

parent d2de75c1
No related branches found
No related tags found
1 merge request!3Change login provider backend to graphql
Pipeline #286 passed with stages
in 4 minutes and 26 seconds
stages: stages:
- build - build
- build-testimages
- application-test - application-test
consent-provider: consent-provider:
...@@ -29,7 +30,7 @@ login-provider: ...@@ -29,7 +30,7 @@ login-provider:
- .gitlab-ci.yml - .gitlab-ci.yml
login-provider-mock: login-provider-mock:
stage: build stage: build-testimages
image: image:
name: gcr.io/kaniko-project/executor:debug name: gcr.io/kaniko-project/executor:debug
entrypoint: [""] entrypoint: [""]
...@@ -42,7 +43,7 @@ login-provider-mock: ...@@ -42,7 +43,7 @@ login-provider-mock:
- .gitlab-ci.yml - .gitlab-ci.yml
login-provider-test: login-provider-test:
stage: build stage: build-testimages
image: image:
name: gcr.io/kaniko-project/executor:debug name: gcr.io/kaniko-project/executor:debug
entrypoint: [""] entrypoint: [""]
......
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