From 680333c6173c3f350226548111ad4abfd5383944 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 21 Jun 2024 00:31:40 +0200 Subject: [PATCH] chore(gitlab-ci): fix syntax contd --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b8d6f56d..f38a04194 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: