From 994aa43b19c3a2bbf51dd792fcabff68e6c89a63 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 17 Jan 2024 10:16:00 +0100 Subject: [PATCH] chore(gitlab-ci): include stdenv contd --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c5687c97..194eba129 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,7 @@ node modules: - .npm - node_modules script: - - "nix shell .#stdenv/make .#gup .#nodejs_21 --command make node_modules" + - "nix shell .#stdenv .#gup .#nodejs_21 --command make node_modules" before_script: &nix-before - git config --global init.defaultBranch master - install -v -m 0700 -d ~/.ssh