As a developer
I need a build stage in my pipeline
So that the pipeline on IBM Cloud automatically runs the unit tests
Assumptions
Add Build stage from the toolchain
Add a test job
Build using a custom docker image
Save
Acceptance criteria
Given I've opened a new pull request against the Inventories repository
When the build step of my pipeline has finished running
Then all of my unit tests will have been executed against my change
As a developer I need a build stage in my pipeline So that the pipeline on IBM Cloud automatically runs the unit tests
Assumptions
Acceptance criteria