My default builds_dir on the production server is /root/builds/qL8eZYTH/0/faramarzqoshchi/testing_gitlab_runner/ which i want it to be /home/[domain_name]/public_html/test_build which is for my test stage.
i've defined the builds_dir variable in /etc/gitlab-runner/config.toml with /home/[domain_name]/public_html/test_build value, but it still doesn't push the testing_gitlab_runner project to /home/[domain_name]/public_html/test_build.
am i doing everything correctly? is this the right way to push different stages like test and production to server?
OS: Centos