From 98edd5b116ae46ccf3eeea6fca2cb462d033eb9b Mon Sep 17 00:00:00 2001
From: Paolo Brasolin <paolo.brasolin@eurac.edu>
Date: Wed, 2 Mar 2022 13:59:11 +0100
Subject: [PATCH] ci: change #be build runner

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8d7a677..bcf8244 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -132,7 +132,7 @@ build-be-job:
   image: docker:20.10.12
   stage: build
   tags:
-    - shared
+    - commul # NOTE: we need commul (not shared) because of credentials in environment
   services:
     - docker:dind
   variables:
-- 
GitLab