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

---
 .gitlab-ci.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0cafccb..dfab80e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,11 +1,7 @@
 # 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: pages
   script:
       - cd web
       - hugo
@@ -18,7 +14,6 @@ pages:
 
 
 test:
-  stage: test
   script:
       - pwd
       - cd web
-- 
GitLab