diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6765ee8..aae2e81 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 stages:          # List of stages for jobs, and their order of execution
   - get
   - build
-  - deploy
+  - pages
 
 
 get-build-repo:       # This job runs in the build stage, which runs first.
@@ -59,6 +59,7 @@ build-packages:      # This job runs in the deploy stage.
 
 
 pages:
+    stage: pages
     artifacts:
         paths:
             - build/*