chore(gitlab-ci): fix syntax contd

This commit is contained in:
Sarah Vaupel 2024-06-21 00:31:40 +02:00
parent b90e0999e6
commit 680333c617

View File

@ -248,7 +248,7 @@ uniworx:exe:uniworxload:
frontend test:
stage: test
script:
- "nix shell .#gnumake .#nodejs-14_x .#chromium .#tzdata --command \"prepare-env && make frontend-test\""
- nix shell .#gnumake .#nodejs-14_x .#chromium .#tzdata --command "prepare-env && make frontend-test"
before_script: *nix-before
cache: *frontend-cache
needs: