Use cwd for running benchmarks on golem

Change-Id: I2439e9ea67734fd3b00e77faeef11525338a8581
diff --git a/tools/run_on_app.py b/tools/run_on_app.py
index a90fccf..5b23ee9 100755
--- a/tools/run_on_app.py
+++ b/tools/run_on_app.py
@@ -167,6 +167,7 @@
   app_provided_pg_conf = False;
   if options.golem:
     golem.link_third_party()
+    options.out = os.getcwd()
   outdir = options.out
   data = None
   if options.app == 'gmscore':