From 75a30b9c35ff72d1b986e210d47fa6ca2b48ab99 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 17 Jan 2024 03:05:43 +0100 Subject: [PATCH] chore(gitlab-ci): make frontend-build in nix-shell --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 090c26675..99293149e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,7 +65,7 @@ frontend: paths: - .well-known-cache script: - - make frontend-build + - "nix-shell --command 'make frontend-build'" before_script: *nix-before needs: - job: node modules