From 85f9aa589089072e98c79dce7b2bf0da85af948c Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Wed, 22 Jan 2020 22:37:13 +0100
Subject: [PATCH] Require cuda for ubuntu CI. Since it is used

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2173bd10e..f54157537 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,6 +77,7 @@ ubuntu:
     - pytest-3 -v -m "not longrun"
   tags:
     - docker
+    - cuda
 
 minimal-conda:
   stage: test
-- 
GitLab