How to add Conan remote to runner

Hi, I’m very new to GitLab and CI/CD in general. Our project uses an internal Conan repository to store all our packages. We also use a self-hosted GitLab runner on Linux, where/how do you define the user login and password for the Conan repository so it has access when we call conan install . --build=missing in our config yml?

Thanks