From f9c15845a196c37d7b66468493968febc89a5bd2 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Wed, 8 Dec 2021 18:57:56 +0000 Subject: [PATCH] ci: Use cached artifacts in the test gitlab changed how it interprets the "needs" directive, which caused cargo to recompile. Using cached _build directory saves about 2 minutes. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ee01735..83326b92 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,7 +78,8 @@ test_lintian: test: stage: test needs: - - build_meson + - job: build_meson + artifacts: true script: - apt-get -y build-dep . - apt-get -y install clang-tidy