Set directory target for runner

Hello,

I can’t define the directory where my runner put my files.

My project’s name is “test”, i want that my project go to /var/www/html/test/.
I have changed runner’s configuration : builds_dir = “/var/www/html”.

But runner create directory with runner’s number… as you can see :

The job is ok but files go to /var/www/html/{runner’s number}/0/root/test instead of /var/www/html/test/

How fix it ?
How do you do to manage your files ? Do you use symlink ?

Thank’s a lot :wink:
Bye