Já há algum tempo você precisa usar link para que isso funcione, então configure seu ambiente gitlab com certificado SSL .
Você também pode verificar esta postagem ... link
Estou usando o Gitlab Enterprise Trial Edition e configure o gitlab-runner no mesmo servidor. Configure os pipelines para criar projetos usando o gitlab-runner, mas obtendo um erro abaixo ao criar meu código:
Running with gitlab-ci-multi-runner 9.5.0 (413da38)
on mypc10.local (db1052ee)
Using Docker executor with image php:7.1.1 ...
Waiting for services to be up and running...
Using docker image sha256:66096b6df47a96fc0e86eb84a6c1c2d5c34ce55e2ddc70cb1cad17910b58ee17 for predefined container...
Pulling docker image php:7.1.1 ...
Using docker image php:7.1.1 ID=sha256:608e59384e11266142f9eb5e66b4b887596371e910e6b20e797717961947e3c4 for build container...
Running on runner-db1052ee-project-2-concurrent-0 via nls10...
Fetching changes...
fatal: unable to access 'http://gitlab-ci- token:[email protected]/root/myproject.git/': Failed to connect to 172.18.0.1 port 80: Operation timed out
ERROR: Job failed: exit code 1
Consigo resolver mypc10.local
hostname usando o arquivo hosts, até eu tentei configurar localhost, 127.0.0.1 e 192.168.1.24 no gitlab, mas recebendo o mesmo erro.
Também é possível fazer telnet na 80
port usando o nome do meu host.
alguém tem ideia do motivo de ter recebido este erro?
Já há algum tempo você precisa usar link para que isso funcione, então configure seu ambiente gitlab com certificado SSL .
Você também pode verificar esta postagem ... link
Tags networking localhost gitlab ubuntu