Skip to content

CI: Fix docker build stage

Bret requested to merge bretdavi/cibuglog:docker_build_fix into master

Due to executing docker run inside of the existing container, the postgres service cannot be connected to.

Update to run the postgres container directly and link the test container to it when running.

Merge request reports