From ce5b8b654d9d527253e47f50864544a305fd7e58 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Grand?= <francois.grand@inrae.fr>
Date: Mon, 18 Jul 2022 11:06:16 +0200
Subject: [PATCH] fix(ci): install job: reverse cache path forcing thanks to
 modified Dockerfile (added user)

refs #500
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b1f23c354..c6dfc851e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,7 +77,7 @@ install:
   script:
     - rm -rf node_modules
 # force electron_config_cache environment variable to solve Election installation error
-    - electron_config_cache=/tmp npm ci --force --unsafe-perm
+    - npm ci --force --unsafe-perm
 
 test:
   stage: test
-- 
GitLab