diff --git a/common.js b/common.js index 401137f..9bac33e 100644 --- a/common.js +++ b/common.js @@ -20,7 +20,7 @@ exports = module.exports = { stripUnreachable: stripUnreachable }; -var gEcosystem = safe.require(path.join(__dirname, '../keys/ci/ecosystem-prod.json')); +var gEcosystem = safe.require(path.join(__dirname, '../secrets/e2e-test/ecosystem-staging.json')); function cloudronDomain(filename) { return 't' + path.basename(filename.replace(/-/g,''), 'test.js') + '.selfhost.io';