diff --git a/defaults/gitlab-ci.yml b/defaults/gitlab-ci.yml index 1304a94..ffbb420 100644 --- a/defaults/gitlab-ci.yml +++ b/defaults/gitlab-ci.yml @@ -7,7 +7,7 @@ Julia {{VERSION}}: - julia -e 'using Printf; using Pkg; Pkg.add("Coverage"); using Coverage; c, t = get_summary(process_folder()); @printf "Test Coverage %.2f%%\n" 100c/t' {{/GITLABCOVERAGE}} {{#DOCUMENTER}} -Documentation: +pages: image: julia:{{VERSION}} stage: deploy script: