From 3a746df933040c7851415972bb8147ce504520a3 Mon Sep 17 00:00:00 2001
From: Paolo Brasolin <paolo.brasolin@eurac.edu>
Date: Tue, 1 Mar 2022 17:30:13 +0100
Subject: [PATCH] ci: do we need the commul tag everywhere?

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 105d340..893ea71 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,8 @@ stages:
 be-build-job:
   image: docker:latest
   stage: build
+  tags:
+    - commul
   services:
     - docker:dind
   variables:
-- 
GitLab