How can I run CI on an older commit?

I have CI successfully set up to run unit tests on a Python project. It runs on the latest commit when I push, as expected. But I recently had to rebase and force push to master, and so now only the most recent commit shows the CI status. Is it possible to run CIon older commits manually so I can see the history again?

I’m using Gitlab 11.3.5.