From c58c4d42c2e95821f2fa075dbcb6d2c2608a3081 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Thu, 1 Oct 2020 09:31:48 -0400
Subject: [PATCH] Added clinfo debugging output at start of testing.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eda7500d..05a89fac 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,6 +36,7 @@ build:
 test:
   stage: test
   script:
+    - clinfo
     - mvn $MAVEN_CLI_OPTS test
   tags:
     - opencl
-- 
GitLab