diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32016d644..ed72894cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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