From badd4ee324c24a2011ffe358a7afd0d2ff074d0f Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 17 Jan 2024 03:26:49 +0100 Subject: [PATCH] chore(gitlab-ci): add exiftool for frontend-build --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 85c741e4c..6604fbccd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,8 +65,8 @@ frontend: paths: - .well-known-cache script: - - "nix-shell -p gup --command 'make .npmrc'" # TODO: hotfix; make obsolete - - "nix-shell -p nodejs_21 --command 'make frontend-build'" + - "nix-shell -p gup --command 'make .npmrc'" # TODO: hotfix (.npmrc must not be artifact!); make obsolete + - "nix-shell -p nodejs_21 exiftool --command 'make frontend-build'" before_script: *nix-before needs: - job: node modules