From 71be74ffe27723fce60b1062e3fac420a1d69d86 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 19 Jan 2023 17:01:16 +0100 Subject: [PATCH] ci: Attempt to fix the CI, gitlab-ci had some changes related to artefacts paths --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d0f30679..bb50f1c7a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ workflow: - when: always variables: - YNH_BUILD_DIR: "ynh-build" + YNH_BUILD_DIR: "./ynh-build" include: - template: Code-Quality.gitlab-ci.yml