diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6aabf62bd1133db57156e53ed4e7a2574d16a316..a583d9b1e286f0182126f02fc6fa180d192651d1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,10 @@ build-tex:
       - ott.tex
 
 build-pdf:
-  image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
+  image: "aergus/latex:latest"
   script:
     - make haskell.pdf
   stage: pdf
+  artifacts:
+    paths:
+      - haskell.pdf