Template not found error

I am getting template not found error in Circle CI. In my local machine , flask is able to access index.html file present inside templates directory in root folder but when I am trying to create CI/CD pipeline through CircleCI , I am getting error "jinja2.exceptions.TemplateNotFound: index.html

Have you tried using SSH Debugging to check what files are available? Another option would be to post your config and could see if there’s something missing or that needs adjusted.