An image does not exist locally with the tag

Firstly let me state I am VERY new to using Gitlab and Docker.

I am running a POC or Sandbox for my company and trying to run a simple “Hello World” Java application (Spring Boot) using a gitlab-runner and DinD.

When i commit the initial chunk of code and resources “Auto-Devops” kicks off the job, and pulls the image, but sends me the following error:

Status: Downloaded newer image for gliderlabs/herokuish:latest
 ---> b4081fb3902d
Step 2/10 : COPY . /tmp/app
 ---> 47a592f7cd77
Step 3/10 : ARG BUILDPACK_URL
 ---> Running in c2e70f2d2d69
Removing intermediate container c2e70f2d2d69
 ---> fe2341ca656d
Step 4/10 : RUN /bin/herokuish buildpack build
 ---> Running in 463e16e690a8
       -----> Unable to select a buildpack
The command '/bin/sh -c /bin/herokuish buildpack build' returned a non-zero code: 1
An image does not exist locally with the tag: gitlab..************.com:.************/root/spring-demo-one/development
The push refers to repository [gitlab.************.com:*****/root/spring-demo-one/development]```
An image does not exist locally with the tag

which is strange, because it is pulling Docker:DinD to run the project?
I dont have any locally stored images for this project because it is new, so i am confused how to proceed with this.