Gitlab CI Caching

I’m trying to use Gitlab-ci’s caching features to avoid downloading and building testing dependencies multiple times (one for tests and once to build docs). Everything seems to be working fine, but Julia can’t seem to find the packages.

I would really appreciate if someone else would take a look, and see if I’m making some obvious mistake. The repo is here: Luke Adams / JuliaTest.jl · GitLab.

2 Likes