From 67d5d5ba973c83dfa1e1a77445e4d4b60471cd7b Mon Sep 17 00:00:00 2001 From: Alexander Kaschta <alexander.kaschta9@kit.edu> Date: Fri, 14 Feb 2025 14:11:35 +0100 Subject: [PATCH] FIX: Spelling in GitLab CI --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81cc57d42..f179f8768 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -100,7 +100,8 @@ deploy_devel: - devel needs: ["frontend-build"] interruptible: false -Odeploy_test: + +deploy_test: stage: deploy script: - 'command -v ssh-agent || ( apt-get install openssh-client -y )' -- GitLab