Oracle Linux 7 install fails

I run the provided command:
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | bash
Then run yum makecache to rebuild the cache and then yum install gitlab-ce. This results in “No package gitlab-ce available”.

Looking at the created gitlab_gitlab-ce.repo file, the baseurl provided is https://packages.gitlab.com/gitlab/gitlab-ce/ol/7/SRPMS, which yields “The page you were looking for doesn’t exist.” when viewed in a web browser. Additionally, running yum --disablerepo="*" --enablerepo="gitlab_gitlab-ce-source" list available shows no available packages.