diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c8428ce17396d67bb3241a81648b260e62b9cb08..aa9bba2d941f2b6015d546aae67665f409097bca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,11 +5,9 @@
 # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Pages/HTML.gitlab-ci.yml
 
 # Full project: https://gitlab.com/pages/plain-html
-image: python:3.9-alphine
-
 pages:
   stage: deploy
-  environment: production
+  environment: docs
   script:
 #    - mkdir .public
 #    - cp -r ./* .public