diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index be073658f6f48585426a3a8af6b8661cb64a954a..a6790524ec737d52f3507bb74f84a13aad07f548 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -51,8 +51,8 @@ jobs:
                 python -m pip install mypy
                 ./run-mypy.sh
 
-    pytest3:
-        name: Pytest Conda Py3
+    pytest3_pocl:
+        name: Pytest Conda Py3 POCL
         runs-on: ubuntu-latest
         steps:
         -   uses: actions/checkout@v2
@@ -64,7 +64,7 @@ jobs:
                 test_py_project
 
     pytest3_intel_cl:
-        name: Pytest Conda Py3
+        name: Pytest Conda Py3 Intel
         runs-on: ubuntu-latest
         steps:
         -   uses: actions/checkout@v2