gitlab-ci-pipeline.yml: explicitly set test job dependency as required
Change test job dependency from implicit to explicit format with optional: false in rpm, deb, and pypi jobs. This addresses GitLab CI validation errors while maintaining the required dependency behavior.
Signed-off-by: Anders Roxell anders.roxell@linaro.org