From e3793e5462853540b924fea7f02e48b1501b75cd Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Sun, 12 May 2024 17:18:29 +0200 Subject: [PATCH] fix: vendoring --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 645663cfc..401e06ead 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,14 +15,14 @@ after_script: test: stage: test tags: - - gen3 + - nixos-gen3 script: - nix develop --command run-ci-tests deploy: stage: deploy tags: - - gen3 + - nixos-gen3 script: - nix develop --command deploy after_script: -- GitLab