diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 039e43ba1e46c4a090a4916893b86cf00936ce51..ad2d772acfc987103168b131382b68ac5d6a409f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,6 +82,15 @@ doc-tests:v1.6: - julia --project=@. --color=yes test/doctests.jl <<: *global_settings +# Documentation history +# -------------------------------------- + +doc-gource: + stage: documentation + image: $CI_REGISTRY/r3/docker/gource + script: [ "true" ] + <<: *global_settings + # Test Docker run with Julia v1.6 # --------------------------------------