diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8583b52039f4d0288108cd0d410fdcaaf03c646a..6353d8a89240f270dd48bd0b9749190798034647 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,4 +16,4 @@ docker-build:
   script:
     - "/kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination $CI_REGISTRY_IMAGE:$CI_COMMIT_BRANCH --build-arg vcsrev=$CI_COMMIT_SHORT_SHA"
   only:
-  - played-around
\ No newline at end of file
+  - master
\ No newline at end of file