diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index e8822ef..7ad230a 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,4 +1,5 @@ steps: - label: "Test" commands: + - sh -c "$(curl -fsSL https://get.testcontainers.cloud/bash)" - ./mvnw test \ No newline at end of file