From 2ee3abf8d0e8896cc2b778c39ed972df2f1375ce Mon Sep 17 00:00:00 2001
From: Alexandre MEYER <alexandre.meyer@univ-lyon1.fr>
Date: Thu, 17 Nov 2022 16:32:00 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0cfb5be..d512685 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,8 @@
 # The Docker image that will be used to build your app
 image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest
 
+stages:
+  - pages
 
 pages:
   stage: deploy
-- 
GitLab