Using Gitlab pipeline to run test but get failure on using Docker

Hi Folks,

I am trying to run a pipeline in Gitlab. I am able to run successfully.
Now, I am running a test for which results will display in grafana using InfluxDB.
So, the grafana and influxdb is running in my local docker containers.
How can the gitlab pipeline will get access to my local running instances to display the statistics.

Is it possible ? If no then how can i run grafana and influx db instances in gitlab itself ?