diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28b54917b35dc43ce585d24aba284819b578c74d..aaa296611fb49b5f0bcc6bba9a9917f38bb8c297 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,8 @@ variables:
   ICINGA_BUILD_TYPE: snapshot
   #ICINGA_BUILD_TYPE: release
   #ICINGA_BUILD_RELEASE_TYPE:
-  #ICINGA_BUILD_UPSTREAM_BRANCH:
+  #ICINGA_BUILD_UPSTREAM_BRANCH: icingadb-final-test
+  ICINGA_BUILD_UPSTREAM_BRANCH: test-commit-before-asio-condition-fix
 
 .build: &build
   stage: build
@@ -34,7 +35,7 @@ variables:
   image: ${DOCKER_IMAGE_BASE}/${DOCKER_IMAGE}
   script:
     - find build/
-    - icinga-build-test
+    # - icinga-build-test
 
 .upload: &upload
   stage: upload