diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 898ddad97e6d3130862571bd4faa8960b1ad8e17..36e0720b67d4c32a23d0d7e6504c18dec60c00e5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,7 @@
+# Dear maintainers of the pypy image...
 before_script:
   - test -f /usr/local/bin/pypy && ln -s pypy /usr/local/bin/python
+  - test -f /usr/local/bin/pypy3 && ln -s pypy3 /usr/local/bin/python
   - python setup.py install
 
 test:2.7: