chore(CI): use image built in parent pipeline for dogfooding here aswell

remove retries
This commit is contained in:
technofab 2024-10-08 12:33:31 +02:00
parent 546eea3006
commit a47ec8cbeb

View file

@ -40,13 +40,9 @@
};
};
ci = {
# use the image built in the parent pipeline for dogfooding
config.default-nix-image = "registry.gitlab.com/technofab/nix-gitlab-ci/nix-ci:$CI_COMMIT_SHORT_SHA";
stages = ["test"];
default = {
retry = {
max = 2;
when = "runner_system_failure";
};
};
jobs = {
"test" = {
stage = "test";