From d54db6de0bbdc6ba5927729b47222538c28ccc8c Mon Sep 17 00:00:00 2001
From: markus holzer <markus.holzer@fau.de>
Date: Thu, 6 Aug 2020 17:25:43 +0200
Subject: [PATCH] test new tags

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f3a10cc1..32e7fb9f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,6 +23,7 @@ tests-and-coverage:
     - docker
     - cuda
     - AVX
+    - i10swarm4
   artifacts:
     when: always
     paths:
@@ -80,6 +81,7 @@ ubuntu:
   tags:
     - docker
     - cuda
+    - i10swarm4
 
 minimal-conda:
   stage: test
-- 
GitLab