chore(gitlab-ci): include gnumake

This commit is contained in:
Sarah Vaupel 2024-01-17 10:19:05 +01:00
parent 994aa43b19
commit ee8cbf0e36

View File

@ -42,7 +42,7 @@ node modules:
- .npm - .npm
- node_modules - node_modules
script: script:
- "nix shell .#stdenv .#gup .#nodejs_21 --command make node_modules" - "nix shell .#gnumake .#gup .#nodejs_21 --command make node_modules"
before_script: &nix-before before_script: &nix-before
- git config --global init.defaultBranch master - git config --global init.defaultBranch master
- install -v -m 0700 -d ~/.ssh - install -v -m 0700 -d ~/.ssh