I understand that there is an official suggestion to run the same docker image on my local environment and run there all the script I am using in my bitbucket-pipelines.yml.
But I would like to actually use my bitbucket-pipelines.yml and test it "as is", before commiting it to the repo.
This is will give me the ability to tweak it as much as possible before commiting, thus saves me a lot of debuging commits.
Anyone has a way to do that?