From a3be183b5f6eac2b8d456358d685d6d5532ca524 Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Tue, 17 Dec 2019 12:53:05 +0000
Subject: [PATCH] Apply suggestion to .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index edaa7fe8d..f4e385f66 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,7 +61,7 @@ create-vps:
       - clusters/$HOSTNAME/**
     key: ${CI_COMMIT_REF_SLUG}
 
-setup-kubernetes:
+setup-openappstack:
   stage: setup-cluster
   script:
     # Copy inventory files to ansible folder for use in install-apps step
-- 
GitLab