failed Pipeline #3639 triggered by
Sintal
@61sima1bif

Update .gitlab-ci.yml

1 job for master in 23 seconds (queued for 3 seconds)
Status
Job
Stage
Name
Duration
Coverage
test
Test SSH
00:00:23
Name
Stage
Failure
test
      # bwunicluster.scc.kit.edu:22 SSH-2.0-OpenSSH_8.3
# bwunicluster.scc.kit.edu:22 SSH-2.0-OpenSSH_8.3
# bwunicluster.scc.kit.edu:22 SSH-2.0-OpenSSH_8.3
$ chmod 644 ~/.ssh/known_hosts
$ ssh $USER_NAME "./scriptPull/pull.sh"
Warning: Permanently added the ECDSA host key for IP address '129.13.56.21' to the list of known hosts.
hs_61sima1bif@bwunicluster.scc.kit.edu: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive).
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.