diff --git a/spec/docker_runtime/runtime_spec.rb b/spec/docker_runtime/runtime_spec.rb index 0ce9062..f9e7b2f 100644 --- a/spec/docker_runtime/runtime_spec.rb +++ b/spec/docker_runtime/runtime_spec.rb @@ -16,7 +16,7 @@ describe 'passbolt_api service' do "mysqladmin ping --silent" ] }, - 'Image' => 'mysql') + 'Image' => 'mariadb') @mysql.start while @mysql.json['State']['Health']['Status'] != 'healthy'