Problem with my ci pipeline, git pull does nothing

I am learning to use gitlab, I created a local repository which I push to my gitlab repository, I have a pipeline configured to pull my project into another folder on my same laptop,
As I show below is my yml file, it executes the first 3 tasks (echo, cd and mkdir) but in the git pull it does nothing and gitlab stops it when it reaches 1 hour of work
Could you help me to know what is happening and why it is not doing the pull

I tell you that with git I can execute the pull from the Documents /pagina folder without problems


demo_job_1:
tags:
- ci
script:
- echo “Hello World Erasmo”
- cd “C:\Users\Erasmo\Documents\pagina”
- mkdir carpeta2
- git clone https://gitlab.com/ErasmusJUVE/paginaweb.git