diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2fa7c9..dde4db0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,8 @@ compile: &compile cache: key: "$CI_COMMIT_REF_NAME" policy: push - paths: .m2/repository + paths: + - .m2/repository # Run tests test: &test @@ -50,7 +51,8 @@ test: &test cache: key: "$CI_COMMIT_REF_NAME" policy: pull - paths: .m2/repository + paths: + - .m2/repository package: image: maven:3.6.3-jdk-14