From 7aeb14c12074fe493c5087f6978cc5fe820b8ee3 Mon Sep 17 00:00:00 2001 From: lukas Date: Fri, 9 Apr 2021 14:28:08 +0200 Subject: [PATCH] use new ssh docker image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ebf243d..58abcb0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,7 +112,7 @@ Debian_Server: Test_Server: stage: deploy - image: luki42/alpineopenssh:latest + image: luki42/ssh:latest needs: - Frontend_Tests - Backend_Tests