mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-11 17:50:08 +01:00
chore(CI): modify cache_files and add ssl ca certs to test job
This commit is contained in:
parent
cf04bf5357
commit
a076f0048a
3 changed files with 10 additions and 1 deletions
|
|
@ -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"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue