From 0032fcbfd4fac34ae6a7f961502fb827a8724ba6 Mon Sep 17 00:00:00 2001
From: Markus Frosch <markus.frosch@icinga.com>
Date: Mon, 25 Feb 2019 15:54:57 +0100
Subject: [PATCH] ci: Fix tags for test

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8d59217..b94b110 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ variables:
 .test: &test
   stage: test
   tags:
-    - docker-arm-rpi
+    - docker
   image: ${DOCKER_IMAGE_BASE}/${DOCKER_IMAGE}
   script:
     - find build/
-- 
GitLab