Parallel builds due to two commits destroy each other
I have updated to the lates gitlab 8 and am using CI server. I have one project that takes about 15min to execute all build scripts. If people commit to it while the last build has not finished then the runner checks out into the same directory that is already in use and destroys the first build.
Can I somehow limit gitlab to only start a new build once the old one is finished?