Fix use of source_wip
The use of source_wip allows to instruct QA Report App to avoid creating Gitlab issues for test failures. By default branches apertis/* should have source_wip set to false to allow to create issues. Unfortuantely the current code does not honor the source_wip computed during build-env.
Fix the issue by using SOURCE_WIP variable computed at build-env.
Signed-off-by: Walter Lozano walter.lozano@collabora.com
Edited by Walter Lozano