From 994d1b8e87d147c0f7845dc4cf9c15df238c0409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Mon, 9 Sep 2024 16:39:59 +0200 Subject: [PATCH] fix: GitLab-CI YAML syntax --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2cf0056..dc6fb8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ test-job-debian12: stage: test tags: - "shell" - vars: + variables: SCENARIO: "virtualbox_debian12" script: # make sure that Ansible Vaults are present and can be decrypted @@ -45,7 +45,7 @@ test-job-alma8: stage: test tags: - "shell" - vars: + variables: SCENARIO: "virtualbox_alma8" script: # make sure that Ansible Vaults are present and can be decrypted -- GitLab