diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4437e61f43c348647975dd90ae38b4f68ada7774..72c0f8c2cf5f394bf4fa276826586e068593326d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,10 +4,10 @@ stages: - publish #- tests -#cache: -# key: ${CI_COMMIT_REF_SLUG} -# paths: -# - vendor/ +cache: + key: ${CI_COMMIT_REF_SLUG} + paths: + - vendor/ #unit-tests: # stage: tests