Delete environment which are in stopped state.
After import an project from old GITlab instance and configuring the runners on my server. When i am running the pipeline, job gets started and later got stuck. After checking internally, found that their is not available environment. Pipeline is not able to create new environment as old environment are in stopped state. I am not able to restart the environment and also not able to delete them. ![1](/uploads/d935a9f68222ec71a0d499dce4e41b74/1.JPG)![2](/uploads/8691ebb61bdf08ae3d95b1c5ac3c441a/2.JPG) Below is gitlab.yml file which is implemented in project and also execution is done via shell and executor is powershell. [Gitlab.txt](/uploads/667fcc6cda64b121e5204a03d4c7c0c1/Gitlab.txt) Please suggest the steps to resolve this.
issue