Make release builds
Currently all gitlab builds build with test coverage code. This seems to slow down performance. Either:
- Add release builds to .gitlab-ci-yml
- Or remove the coverage reports
Currently all gitlab builds build with test coverage code. This seems to slow down performance. Either: