Without this fix, pipeline could go from skipped to
running directly, bypassing the transition for:
[:created, :pending] => :running
And this is responsible for setting up started_at.
Without this fix, started_at would never be set.
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/39884