diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2e2051..44757e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ handovers: artifacts: name: "Handovers" paths: - - Committee/_Handovers_pdf/* + - Committee/_Handovers_pdf/ - Committee/errors.log @@ -45,5 +45,5 @@ minutes: artifacts: name: "Minutes" paths: - - Minutes_pdf/* + - Minutes_pdf/ - errors.log