diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e712ec52268008d44de5d3e2a780b75873fe70c8..b27c22c9649a0d11829a250fe6cca2f34a57c9d4 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"