diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b27c22c9649a0d11829a250fe6cca2f34a57c9d4..e712ec52268008d44de5d3e2a780b75873fe70c8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,12 +4,12 @@ services:
   - docker:dind
 
 stages:
-  - build-beta
+  - build
   - build-release
   - deploy
 
 
-build-beta: #This will be executed on every push. With this script the beta image will be build
+build: #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"