diff --git a/core/scripts/screenshot/ci.js b/core/scripts/screenshot/ci.js index 51c77a025d..d0f83a6cd7 100644 --- a/core/scripts/screenshot/ci.js +++ b/core/scripts/screenshot/ci.js @@ -158,7 +158,7 @@ class CIScreenshotConnector extends IonicConnector { await Promise.all(batch.map(async uploadPath => { const stream = fs.createReadStream(uploadPath); const relPath = path.relative(appRoot, uploadPath); - const key = `test/${results.currentBuild.id}/${relPath}`; + const key = `data/tests/${results.currentBuild.id}/${relPath}`; let contentType = 'text/plain'; if (uploadPath.endsWith('.js')) {