add log
diff --git a/images/js/helpers/gold.js b/images/js/helpers/gold.js
index 4f3ad84..58fd88d 100644
--- a/images/js/helpers/gold.js
+++ b/images/js/helpers/gold.js
@@ -37,8 +37,10 @@
   try {
     // Adds an image to the current imgtest process.
     // the --test-name argument should be different for each animation
-    await execToPromise(`goldctl imgtest add --work-dir ./tmp --test-name "${testName}" --png-file "${imagePath}"`);
+    const response = await execToPromise(`goldctl imgtest add --work-dir ./tmp --test-name "${testName}" --png-file "${imagePath}"`);
     console.log('IMAGE UPLOADED');
+    console.log(`goldctl imgtest add --work-dir ./tmp --test-name "${testName}" --png-file "${imagePath}"`);
+    console.log(response);
   } catch (error) {
     console.log('IMAGE UPLOAD ERROR', error);
     //