From 581a0016c70497c5ab84ccfb379c2d249b07dfe5 Mon Sep 17 00:00:00 2001
From: Christophe Chaudier <christophe@lydra.fr>
Date: Wed, 16 Nov 2022 18:23:48 +0100
Subject: [PATCH] fix: stage on job

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7c8d9bc..e021035 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,8 +2,7 @@
 image: node:16.13.2-slim
 
 pages:
-  stage:
-    - deploy
+  stage: deploy
   tags:
     - cache
   cache:
-- 
GitLab