diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 771a4a3..b32751a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -96,6 +96,7 @@ pages: stage: publish image: busybox script: + - find . -maxdepth 3 - mv tarpaulin-report.html public/coverage.html - mv target/doc public - echo 'The documentation is located here' >public/index.html