Merge branch 'ci/improve-dogfood' into 'main'

ci: improve dogfooding by using the CI built images directly

See merge request TECHNOFAB/nix-gitlab-ci!6
This commit is contained in:
TECHNOFAB 2024-10-07 16:59:30 +00:00
commit 546eea3006
2 changed files with 4 additions and 4 deletions

View file

@ -50,9 +50,6 @@
jobs = {
"test" = {
stage = "test";
# wait an hour so the image builds
when = "delayed";
start_in = "1 hour";
nix = {
deps = [pkgs.hello pkgs.curl];
disable-cache = false;