# - figure out how to share script code between different jobs
# - Figure out in how far it makes sense to test on different OS. In case that makes sense, testing on Ubuntu 14.04 is painful since it doesn't provide OpenJDK 8 out-of-the-box.
variables:
GIT_SUBMODULE_STRATEGY:recursive
# necessary to allow specific runners to clone the project1 submodule, see https://stackoverflow.com/a/42224451/1797006 for details