diff --git a/hpvm/test/dnn_benchmarks/keras/Benchmark.py b/hpvm/test/dnn_benchmarks/keras/Benchmark.py
index b0df9d98d606c6db3c0eef4af6acb4797f604651..7e87a014e72304c3df9169ea5f124e4d313d22fb 100644
--- a/hpvm/test/dnn_benchmarks/keras/Benchmark.py
+++ b/hpvm/test/dnn_benchmarks/keras/Benchmark.py
@@ -43,7 +43,7 @@ class Benchmark:
               
         src_file = os.getcwd() + "/" + working_dir + "/" + src_name   #  approxhpvm_src.cc"
         target_binary = os.getcwd() + "/" + working_dir + "/" + binary_name    # HPVM_binary"
-        approx_conf_file = "tuner_confs.txt"
+        approx_conf_file = os.getcwd() + "/" + working_dir + "/tuner_confs.txt"
 
         FNULL = open(os.devnull, 'w')