diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a33fe58cc2e0f21c22548799a63f759d37287a52..b774f17a495e2f6363e0e4e146c1f6c2f7c3bf3e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,3 +44,11 @@ PyPy:
   - pypy
   except:
   - tags
+Documentation:
+  script:
+  - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-docs.sh
+  - ". ./build-docs.sh"
+  tags:
+  - python3.5
+  only:
+  - master
diff --git a/doc/upload-docs.sh b/doc/upload-docs.sh
index 372dcd1104baaf403e784c5eb8ec49b8ff66ac56..91b6706b81f4aae3ba0e706ae1ab96cd1b91426f 100755
--- a/doc/upload-docs.sh
+++ b/doc/upload-docs.sh
@@ -1,3 +1,3 @@
 #! /bin/sh
 
-rsync --progress --verbose --archive --delete _build/html/* doc-upload:doc/islpy
+rsync --verbose --archive --delete _build/html/* doc-upload:doc/islpy