diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9202b292..d6c9efec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -821,6 +821,6 @@ Debian: dependencies: [] artifacts: paths: - - libopenmesh*.deb + - ../libopenmesh*.deb diff --git a/CI/gitlab-ci/ci-master.yml b/CI/gitlab-ci/ci-master.yml index 2d80275a..07d743b1 100644 --- a/CI/gitlab-ci/ci-master.yml +++ b/CI/gitlab-ci/ci-master.yml @@ -56,5 +56,5 @@ Debian: dependencies: [] artifacts: paths: - - libopenmesh*.deb + - ../libopenmesh*.deb