From dd5687361c1018e3c9da69753d50bc80b0e27ffb Mon Sep 17 00:00:00 2001
From: Yonas Habteab <yonas.habteab@icinga.com>
Date: Mon, 5 Sep 2022 15:12:24 +0200
Subject: [PATCH] Icinga DB Test

---
 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28b5491..aaa2966 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
-- 
GitLab