From 8811fc6964869522522891898d72844feaffeeaf Mon Sep 17 00:00:00 2001
From: Matt Wala <wala1@illinois.edu>
Date: Sat, 26 Jan 2019 18:20:37 -0600
Subject: [PATCH] Revert "Make sure POCL is installed?"

This reverts commit c140d4701cdc8ad675a6a21eae552a82bdce827e.
---
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3d42366f..7f209050 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -253,7 +253,6 @@
 #     reports:
 #       junit: test/pytest.xml
 #
-
 Pylint:
   script:
   - EXTRA_INSTALL="pybind11 numpy mako matplotlib PyOpenGl IPython"
@@ -266,7 +265,6 @@ Pylint:
   - ". ./prepare-and-run-pylint.sh pyopencl test/test_*.py"
   tags:
   - python3.7
-  - pocl
   except:
   - tags
 
-- 
GitLab