chore(gitlab-ci): fix more typos

This commit is contained in:
Sarah Vaupel 2024-01-17 10:49:58 +01:00
parent f5948461c4
commit eb7a5127a8

View File

@ -61,7 +61,7 @@ node modules:
frontend lint:
stage: lint
script:
- "nix shell .#gnumake .#nodejs_21 --command 'make frontend-lint'"
- "nix shell .#gnumake .#nodejs_21 --command make frontend-lint"
before_script: *nix-before
needs:
- job: node modules
@ -77,7 +77,7 @@ frontend build:
paths:
- .well-known-cache
script:
- "nix shell .#gnumake .#nodejs_21 --command 'make frontend-build'"
- "nix shell .#gnumake .#nodejs_21 --command make frontend-build"
before_script: *nix-before
needs:
- job: node modules