From bdbe0a69161b60096a7adcf48e2cf879faa6a98d Mon Sep 17 00:00:00 2001
From: Mark <mark@openappstack.net>
Date: Fri, 25 Oct 2019 12:26:09 +0200
Subject: [PATCH] Change testimage to test-image

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

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