Skip to content
Snippets Groups Projects
Commit 4e9efbde authored by Alexandre MEYER's avatar Alexandre MEYER
Browse files

Update .gitlab-ci.yml file

parent 5e48d442
No related branches found
No related tags found
No related merge requests found
# The Docker image that will be used to build your app # The Docker image that will be used to build your app
image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest
stages:
- pages
pages: pages:
stage: pages
script: script:
- cd web - cd web
- hugo - hugo
...@@ -18,7 +14,6 @@ pages: ...@@ -18,7 +14,6 @@ pages:
test: test:
stage: test
script: script:
- pwd - pwd
- cd web - cd web
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment