Hi,
We're configuring Pipelines to build and test a C++ library. Everything seems to work fine; repo is correctly cloned with its submodules, the lib and tests are correctly built.
However, when running the tests, these fail because the test binary is unable to create tmp files; we get "stof" errors trying to read txt files that should've been generated during runtime. We debugged the pipelines locally following the suggested instructions and were unable to replicate the errors.
Is there any configuration preventing the binary to create new files? If so, how could we solve this?
Thanks!