Gitlab CI keeps running old builds

Hey folks!

I’ve been having some issues with a repository in a Community Edition Gitlab instance.

Essentially, the first gitlab-ci.yml file I pushed worked, the runner ran it well, and everything was fine.

The issue comes now that I’m trying to update the gitlab-ci.yml file with new build instructions. Every time I push new code into a branch that should run a runner ( any branch, in this instance ), it runs the old build process again. The repository shows the updated file, so it’s definitely there, but for some reason it’s stuck to running only the first instructions that I committed.

Any help with this would be much appreciated - let me know if I need to clarify anything!