From 5911db66b16b06b267f978e35ee5d7fb0974a1e7 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 25 Jun 2024 03:03:45 +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 f01eea58d..92040c67b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -92,7 +92,7 @@ backend dependencies: - .stack - .stack-work script: - - "nix shell .#gnumake .#stack .#coreutils --command 'prepare-env && make backend-dependencies'" # TODO maybe remove prepare-env + - "nix shell .#gnumake .#stack .#coreutils --command zsh -c 'prepare-env && make backend-dependencies'" # TODO maybe remove prepare-env - "ls -a ." # TODO: debug only - "ls -a ${HOME}/.stack" before_script: *nix-before