From 3fdbc4c1ad965739ebc7e8af1e537a0424ed7691 Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Sat, 9 Nov 2019 11:51:23 +0100
Subject: [PATCH] renamed build in build beta

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e712ec5..b27c22c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,12 +4,12 @@ services:
   - docker:dind
 
 stages:
-  - build
+  - build-beta
   - build-release
   - deploy
 
 
-build: #This will be executed on every push. With this script the beta image will be build
+build-beta: #This will be executed on every push. With this script the beta image will be build
   stage: build
   script:
     - echo "building for branch $CI_COMMIT_REF_NAME"
-- 
GitLab