diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index d108b95ce5..a5025bb911 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -2,7 +2,7 @@ definitions: steps: - step: &server-test name: Server tests - image: ruby:3.2.2-buster + image: ruby:3.2.2-bookworm script: - ./bin/install_local_test_solr.sh - ./bin/run_server_tests.sh