From 7d47b206890ee2d4c73807d172f18093ff482608 Mon Sep 17 00:00:00 2001
From: Antoine Gaudron-desjardins <antoine.gaudrondesjardins@student-cs.fr>
Date: Wed, 6 Jul 2022 23:19:20 +0200
Subject: [PATCH] ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3d4699d..e08fe88 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -149,7 +149,7 @@ lint:
       docker-compose up -d &&
       exit" ; else
     - cd ./frontend
-    - npm run build
+    - npm install && npm run build
     - scp -r build/ eatfast@"$DOMAIN":/var/www/eatfast-website/frontend ; fi
 
 
-- 
GitLab