QA: DB fill should be done before *each* functional test...
... not when building the container.
You can't relaunch only the job for functional tests, as database content is not clean. If a functional test fails, you have to relaunch the whole pipeline (build + unit test + functional test), and building is awfully slow.
Related issue: #489 (closed)
Edited by Matthieu FAURE