diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0a46716ffa653af8c6bde18c5a9cad0b7f777258..9a1c4c7aa0219937ffbdd02aff9494e022f84cd4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,20 +1,9 @@
 image: python:3.7-alpine
 
-test:
-  stage: test
-  script:
-  - pip install -U sphinx
-  - sphinx-build -b html . public
-  only:
-  - branches
-  except:
-  - master
-
 pages:
   stage: deploy
   script:
-  - pip install -U sphinx
-  - sphinx-build -b html . public
+  - cp -r Documentation/html public
   artifacts:
     paths:
     - public