Skip to content
Snippets Groups Projects
Commit 69abc794 authored by Julia Stenvall's avatar Julia Stenvall
Browse files

Update .gitlab-ci.yml

parent dd3c93a2
No related branches found
No related tags found
No related merge requests found
Pipeline #142459 passed
......@@ -19,7 +19,10 @@ test:
report:
stage: deploy
script:
- mv ./build/report/. public
- mkdir .public
- cp -r ./build/report/. .public
- rm -rf public
- mv .public public
artifacts:
paths:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment