From b81da289987095774555b05ce86d64eb9c6403f5 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Wed, 24 Jun 2020 13:32:30 +0200
Subject: [PATCH] No cuda required for linting pystencils

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9bf21bcfb..ce4c25658 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -162,7 +162,6 @@ flake8-lint:
     - flake8 pystencils
   tags:
     - docker
-    - cuda
 
 
 build-documentation:
@@ -174,7 +173,6 @@ build-documentation:
     - sphinx-build -W -b html doc  html_doc
   tags:
     - docker
-    - cuda
   artifacts:
     paths:
       - html_doc
-- 
GitLab