gerrit-verifications: execute 'distcheck' job for pysim

Change-Id: I9d4d9e9de2b16a4b745791f3c9c93507f43bfa6d
Related: pysim.git Ic72d58494e8fd0cab8d66ce60f7b70593b770872
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index 492c06e..3be106d 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -399,9 +399,10 @@
           concurrent: false
           slave_axis: !!python/tuple [simtester,osmocom-gerrit]
           a2_name: JOB_TYPE
-          a2: !!python/tuple ["test", "pylint", "docs"]
+          a2: !!python/tuple ["test", "distcheck", "pylint", "docs"]
           combination_filter: >
             (JOB_TYPE == "test" && label == "simtester") ||
+            (JOB_TYPE == "distcheck" && label == "osmocom-gerrit") ||
             (JOB_TYPE == "pylint" && label == "osmocom-gerrit") ||
             (JOB_TYPE == "docs" && label == "osmocom-gerrit")
           cmd: |