From 97925de1c8902ee35decfb956fc42b768ababc95 Mon Sep 17 00:00:00 2001
From: Mark <mark@openappstack.net>
Date: Thu, 12 Sep 2019 15:25:49 +0200
Subject: [PATCH] create separate stage for test builds

---
 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c6fb93c..020f007 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,6 @@
 stages:
   - build
+  - build-testimages
   - application-test
 
 consent-provider:
@@ -29,7 +30,7 @@ login-provider:
       - .gitlab-ci.yml
 
 login-provider-mock:
-  stage: build
+  stage: build-testimages
   image:
     name: gcr.io/kaniko-project/executor:debug
     entrypoint: [""]
@@ -42,7 +43,7 @@ login-provider-mock:
       - .gitlab-ci.yml
 
 login-provider-test:
-  stage: build
+  stage: build-testimages
   image:
     name: gcr.io/kaniko-project/executor:debug
     entrypoint: [""]
-- 
GitLab