diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8f0e708e9f27e292986ae619be24d7840d301c62..3945734eb1d7e5063f0471b9846ba702121f3c32 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,25 @@ Pytest POCL:
     reports:
       junit: test/pytest.xml
 
-Python 3 POCL without arg check:
+Pytest Nvidia Titan V:
+  stage: test
+  script:
+  - export PYOPENCL_TEST=nvi:titan
+  - export EXTRA_INSTALL="pybind11 numpy mako"
+  - export LOOPY_NO_CACHE=1
+  - source /opt/enable-intel-cl.sh
+  - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project.sh
+  - ". ./build-and-test-py-project.sh"
+  tags:
+  - python3
+  - nvidia-titan-v
+  except:
+  - tags
+  artifacts:
+    reports:
+      junit: test/pytest.xml
+
+Pytest POCL without arg check:
   stage: test
   script:
   - export PYOPENCL_TEST=portable:pthread