When using the mapping-tester based on branch `precice-v3` with ``` { "general": { "ranks": { "A": [1,2], "B": [2,4] } } } ``` Then the expected runs are 1-2, 1-4, 2-2, 2-4. The actual runs are 1-2, 2-4