From 401e16d7f6920267b8747c0e3d9929512ac8ce61 Mon Sep 17 00:00:00 2001
From: Mark <mark@openappstack.net>
Date: Mon, 2 Sep 2019 18:34:13 +0200
Subject: [PATCH] Change step names

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 32b798d..fad6fda 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ stages:
   - build
   - application-test
 
-consent-provider_image:
+consent-provider:
   stage: build
   image:
     name: gcr.io/kaniko-project/executor:debug
@@ -14,7 +14,7 @@ consent-provider_image:
     changes:
       - consent_provider/*
 
-login-provider_image:
+login-provider:
   stage: build
   image:
     name: gcr.io/kaniko-project/executor:debug
@@ -26,7 +26,7 @@ login-provider_image:
     changes:
       - login_provider/*
 
-login-provider-ci-test_image:
+login-provider-test:
   stage: build
   image:
     name: gcr.io/kaniko-project/executor:debug
-- 
GitLab