Would be nice to have a pipeline that test the docker image.
Possible flow:
- checkout sources
- build the docker image
- startup mssql server
- initialize the sakila database twice (see integration tests)
- perform some changes in the second db
- run the docker image
- check the output (should have the differences performed at the step 5.)