From 2976e7bf602e2266a78a6c4e84fbf86dbb8539ef Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 14 Aug 2024 13:58:10 +0200 Subject: [PATCH] ci: moar fixes to get the pytest import right ? x_x --- .gitlab/ci/test.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml index 467a5666c..def3c2ab3 100644 --- a/.gitlab/ci/test.gitlab-ci.yml +++ b/.gitlab/ci/test.gitlab-ci.yml @@ -9,6 +9,7 @@ COVERAGE_FILE: ".coverage_$CI_JOB_NAME" before_script: - *install_debs + - ln -s src yunohost needs: - job: build-yunohost artifacts: true