failed Pipeline #3610 triggered by
Sintal
@61sima1bif

Update .gitlab-ci.yml

1 job for master in 8 seconds (queued for 3 seconds)
Status
Job
Stage
Name
Duration
Coverage
test
Test SSH
00:00:08
Name
Stage
Failure
test
      $ echo "Hello, $GITLAB_USER_LOGIN!"
Hello, 61sima1bif!
$ apt-get install iproute2
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package iproute2
Cleaning up file based variables
ERROR: Job failed: exit code 1

Speed up your pipelines with Needs relationships

Using the needs keyword makes jobs run before their stage is reached. Jobs run as soon as their needs relationships are met, which speeds up your pipelines.

If you add needs to jobs in your pipeline you'll be able to view the needs relationships between jobs in this tab as a Directed Acyclic Graph (DAG).

There are no test reports for this pipeline

You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request.