From 51473cc5f9e433aeaa2a0ced86b87f764ee7d8ec Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 15 Jan 2024 05:47:51 +0000 Subject: [PATCH] chore(gitlab-ci): add gup package --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08e5f32d8..4ba78cc71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ node dependencies: - .npm - node_modules script: - - "nix-shell -p nodejs_21 --command 'make node_modules'" + - "nix-shell -p gup nodejs_21 --command 'make node_modules'" before_script: &nix-before - git config --global init.defaultBranch master - install -v -m 0700 -d ~/.ssh