diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0f391a4c289365e0c122fbf7978daf366010e0fc..e97864ad9a43997e33f00f692562fd2fb09fc075 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -92,7 +92,7 @@ pypi:
     - poetry publish --build --username $PYPI_LOGIN --password $PYPI_PASSWORD
 
 pages:
-  extends: .code_changes
+  extends: .changes
   needs: [tests-3.7-coverage]
   only: [dev]
   stage: coverage