diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0cafccb43edc1c21b21277968635cb10041e060b..dfab80e782a0de6f0ad0ed8fff6ee3e8ee1b0fb1 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