Al ejecutar en el pipeline los tests unitarios aparece un error de memoria

In WorkerCrashedException.php line 41:
The test "PARATEST='1' TEST_TOKEN='7' UNIQUE_TEST_TOKEN='7_66f1d266ad6eb' t
ests/Feature/PruebasTest.php" failed.
Exit Code: 255(Unknown error)
Working directory: /opt/atlassian/pipelines/agent/build
Output:
================
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to all
ocate 16777248 bytes) in /opt/atlassian/pipelines/agent/build/vendor/maennc
hen/zipstream-php/src/File.php on line 332
La solución es agregar un elemento <ini> al archivo de configuración de PHPUnit phpunit.xml
con el valor memory_limit para aumentar la asignación de memoria, en mi caso lo aumenté a 512M