diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 32063a80617ae0a8d19f82cbe2cdc92356ab7308..10027314690a95ce49096590dbf673c47fa1d126 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -165,9 +165,9 @@ Python 3 Conda Apple:
     reports:
       junit: test/pytest.xml
 
-PyPy POCL:
+PyPy3 POCL:
   script:
-  - export PY_EXE=pypy
+  - export PY_EXE=pypy3
   - export PYOPENCL_TEST=portable:pthread
 
   # On pypy, this seems to install old versions from the package index
@@ -179,6 +179,8 @@ PyPy POCL:
   - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
   - ". ./build-and-test-py-project.sh"
 
+  allow_failure: true
+
   tags:
   - pypy
   - pocl