Don't build Kaniko containers in parallel
When the build of a container finishes, Kaniko takes a system snapshot. Apparently, when two GitLab CI runners take the same snapshot at the same time, one of them crashes, and this may explain why our CI often fails.