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.
This commit is contained in:
Dorota Czaplejewicz
2021-12-08 18:57:56 +00:00
parent e776bf005e
commit f9c15845a1

View File

@ -78,7 +78,8 @@ test_lintian:
test: test:
stage: test stage: test
needs: needs:
- build_meson - job: build_meson
artifacts: true
script: script:
- apt-get -y build-dep . - apt-get -y build-dep .
- apt-get -y install clang-tidy - apt-get -y install clang-tidy