Skip to content

Fix the QA-Master and QA-Tag jobs

Rémy Coutable requested to merge fix-qa-master-job into master

The Docker jobs were recently refactored to factorize the common parts but the QA-Master and QA-Tag jobs have an additional QA_SCREENSHOTS_DIR variable, so we need to merge the variables from .docker_job.

The refactor happened in 1a16acb7.

This uses the new extends keyword! 🎉

Merge request reports