From 169ac2429cff0d818c0418af246d01fa5f105b3e Mon Sep 17 00:00:00 2001
From: Stefan Funk <funk@sub.uni-goettingen.de>
Date: Thu, 9 Dec 2021 14:52:22 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d5620743..73feddeb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -74,7 +74,7 @@ build_and_deploy:
   artifacts:
     name: WEBAPP_DEB_PACKAGES
     paths:
-      - ./OAIPMH-webapp/target/*.deb
+      - ./oaipmh-webapp/target/*.deb
 
 # Deploy DEB files to APTLY repository.
 deploy_oaipmh-webapp_dev:
-- 
GitLab