From deaaa4231aec3bd773fa3aafeb51326b72bd4c8d Mon Sep 17 00:00:00 2001
From: Geoffrey Arthaud <geoffrey.arthaud@developpement-durable.gouv.fr>
Date: Tue, 29 Aug 2023 17:38:22 +0000
Subject: [PATCH] Update file .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1be0bf7..1d8e98c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ cache:
   paths:
     - .pipenv
 
-deploy_page:
+pages:
   image: python:3.11.5-bookworm
   stage: deploy
   script:
-- 
GitLab