reprotest job ignores SALSA_CI_DPKG_BUILDPACKAGE_ARGS and I can't skip tests
I'm trying to setup salsa-ci for the curl packaging and I need to use the nocheck build profile all over it as the tests increase the build time by around 30 minutes (besides not being critical).
I was able to achieve this on all jobs but the reprotest one with the following:
variables:
  SALSA_CI_DPKG_BUILDPACKAGE_ARGS: --build-profiles=nocheckI'd like the reprotest job to honor that variable too (or some alternative).