From dcf6e15f0d805ad5ab937ca660df6cfbede7066f Mon Sep 17 00:00:00 2001
From: Manuel Kieweg <manuel.kieweg@h-da.de>
Date: Tue, 30 Mar 2021 14:32:35 +0100
Subject: [PATCH] change to baremetal

---
 build/ci/.test.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build/ci/.test.yml b/build/ci/.test.yml
index b367908d7..51b9de8c8 100644
--- a/build/ci/.test.yml
+++ b/build/ci/.test.yml
@@ -2,6 +2,8 @@ integration-test:
   image: golang:1.14
   stage: integration-test
   needs: [ "apply" ]
+  tags:
+    - baremetal
   variables:
     GOSDN_LOG: "nolog"
   rules:
-- 
GitLab