failed Pipeline #4850 triggered by
Sintal
@61sima1bif

Update .gitlab-ci.yml

1 job for master in 1 minute and 23 seconds (queued for 9 seconds)
latest
Status
Job
Stage
Name
Duration
Coverage
test
Test SSH
00:01:23
Name
Stage
Failure
test
      Setting up libxext6:amd64 (2:1.3.4-0ubuntu1) ...
Setting up xauth (1:1.1-0ubuntu1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
$ eval $(ssh-agent -s)
Agent pid 470
$ echo "$SSH_PRIVATE_KEY" | base64 -d | tr -d '\r' | ssh-add - > /dev/null
Error loading key "(stdin)": invalid format
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.