diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3ad15daaaf018d5f6bd61713226ece7df50791da..3c9da79026468f29eb8bb90358d05e882fde8293 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,7 +57,7 @@ Python 3 POCL Examples:
   - export PY_EXE=python3
   - export PYOPENCL_TEST=portable:pthread
   # cython is here because pytential (for now, for TS) depends on it
-  - export EXTRA_INSTALL="pybind11 cython numpy mako git+git://github.com/inducer/pyvisfile matplotlib"
+  - export EXTRA_INSTALL="pybind11 cython numpy mako pyvisfile matplotlib"
   - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-py-project-and-run-examples.sh
   - ". ./build-py-project-and-run-examples.sh"
   tags: