From f918e98269cce5ec479ae9ed271ed06da2e674a0 Mon Sep 17 00:00:00 2001
From: Rainer Kartmann <rainer.kartmann@kit.edu>
Date: Wed, 18 Oct 2023 22:49:31 +0200
Subject: [PATCH] Build and test Docker Containers on Master

---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 046c2388..fe4bbaa3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -99,7 +99,7 @@ docker-bionic:
       --destination "${CI_REGISTRY_IMAGE}:latest-bionic"
 
   rules:
-    - if: $CI_COMMIT_BRANCH == "ci"
+    - if: $CI_COMMIT_BRANCH == "master"
 
 
 docker-jammy:
@@ -115,7 +115,7 @@ docker-jammy:
       --destination "${CI_REGISTRY_IMAGE}:latest-jammy"
 
   rules:
-    - if: $CI_COMMIT_BRANCH == "ci"
+    - if: $CI_COMMIT_BRANCH == "master"
 
 
 .test-docker-image-common:
@@ -152,7 +152,7 @@ test-docker-image-bionic:
   image: git.h2t.iar.kit.edu:5050/sw/armarx/armarx-gui:latest-bionic
 
   rules:
-    - if: $CI_COMMIT_BRANCH == "ci"
+    - if: $CI_COMMIT_BRANCH == "master"
 
 
 test-docker-image-jammy:
@@ -163,4 +163,4 @@ test-docker-image-jammy:
   image: git.h2t.iar.kit.edu:5050/sw/armarx/armarx-gui:latest-jammy
 
   rules:
-    - if: $CI_COMMIT_BRANCH == "ci"
+    - if: $CI_COMMIT_BRANCH == "master"
-- 
GitLab