diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e6b9399..45ca1605 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1006,6 +1006,7 @@ Doc-publish: only: - master script: "CI/ci-doc.sh" + dependencies: tags: - Linux - stretch @@ -1018,6 +1019,7 @@ Sources: tags: - Linux - stretch + dependencies: artifacts: paths: - OpenMesh*.zip diff --git a/CI/gitlab-ci/ci-master.yml b/CI/gitlab-ci/ci-master.yml index ba9fd179..d11d83c2 100644 --- a/CI/gitlab-ci/ci-master.yml +++ b/CI/gitlab-ci/ci-master.yml @@ -17,6 +17,7 @@ Doc-publish: only: - master script: "CI/ci-doc.sh" + dependencies: tags: - Linux - stretch @@ -29,6 +30,7 @@ Sources: tags: - Linux - stretch + dependencies: artifacts: paths: - OpenMesh*.zip