diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aef44b1a25d6ce4dc4a94504a00cd1b91a97946e..ddc70a08958b1d8bec71ec7a3702b0eefce9d7ec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,11 +11,11 @@ variables:
       - make all
    only:
       refs:
-         - master
+         - VTM-11.0_nnvc 
          - merge_requests
       variables:
          - $CI_PROJECT_URL == 'https://vcgit.hhi.fraunhofer.de/jvet-ahg-nnvc/VVCSoftware_VTM'
-         - $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == 'NCS-1.0_candidate'
+         - $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == 'VTM-11.0_nnvc'
          
 
 .build_template_linux: