SBT cache is global by default, which prevents gitlab ci from caching correctly
SBT cache is global by default, so when running pipelines, the cache is never found (as it is only possible to cache inside the project, see https://stackoverflow.com/questions/53953122/gitlab-ci-cache-no-matching-files). This slows the CI/CD pipeline.