Injecting the working_directory into an environment variable

My tests unfortunately run with the working directory as the file location. The test runner appears to not have any way for me to set the working directory via command line. I want to set an environment variable so files that need to load configs will know where to go. I tried setting ${{clone}} like when setting the working_directory field, but that is not effective. Any idea how I would do that?

Hello

Can you post the yaml definition of your step?

I think that if you use bash in your image the variable $PWD always points to the working directory. No need for any extra configuration on the Codefresh side