CI: Use configuration specific build folder.
When the container is reused by the CI engine, it happens that the build folder is reused, though the configuration has changed.
Currently I'm not sure why this reuse happens, but gitlab seem to assume that this is possible without side effects. In the current setup it is not, but with dedicated build folders for each configuration this should not matter anymore.