diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 3d0ff1f..77be950 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -4,8 +4,9 @@ pipelines: default: - step: name: Test with bld + caches: + - maven script: - ./bld download - ./bld compile - ./bld test -