You are working on a project that uses Cloud SQL as its database. Your team wants to implement a continuous integration pipeline that runs automated tests to ensure new changes do not degrade database performance. Each test run requires a database environment with a specific schema and test data. Multiple test runs may execute concurrently. How should you configure your pipeline to ensure isolation between test environments?