Excel downloading

I have integrated my Selenium Maven projects into CircleCI. In my Selenium script, there is an excel file downloaded at run time and after download Selenium script takes the data from that Excel sheet.
However, after integration in CircleCI, Selenium script is not able to find the location of downloaded excel file.
Is there any way through which we can find the location of downloaded file after running Selenium Suite from CircleCI.
Need help/suggestions.