chore(CI): modify cache_files and add ssl ca certs to test job

This commit is contained in:
technofab 2025-09-03 14:29:56 +02:00
parent cf04bf5357
commit a076f0048a
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
3 changed files with 10 additions and 1 deletions

View file

@ -34,6 +34,7 @@
expected = {
stages = [".pre" "test" ".post"];
"test" = {
image = "$NIX_CI_IMAGE";
stage = "test";
before_script = ["source setup_nix_ci \"gitlab-ci:pipeline:test:job-deps:test\""];
script = ["echo hello world"];