From bd0608743ad3c95f37d93b358aa4677814e962be Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Wed, 14 May 2025 11:42:44 +0200 Subject: [PATCH] - fixed indent --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2671946..52541c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ validate-job: # This job runs in the test stage. - for file in *.xml; do xmllint --noout --schema sigprops.xsd $file; done debianize-job: - stage:packaging + stage: packaging timeout: 30min tags: - "docker" -- GitLab