failed Pipeline #3624 triggered by
Sintal
@61sima1bif

Update .gitlab-ci.yml

1 job for master in 17 seconds (queued for 3 seconds)
Status
Job
Stage
Name
Duration
Coverage
test
Test SSH
00:00:17
Name
Stage
Failure
test
      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
base64: invalid input
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.