CI not picking up a .sql file from classpath

Hi,
I have my scala modules built using CircleCI. I have a scenario wherein the local build (from SBT) succeeds & the one in CircleCI fails. The failing part is where CircleCI fails to pickup the classpath mentioned in application.conf file. Something like the one given below. Would appreciate any inputs in this regard. Thanks

url = “jdbc:h2:mem:offersrepo;DATABASE_TO_UPPER=false;MODE=PostgreSQL;INIT=RUNSCRIPT FROM ‘classpath:h2init.sql’”