From 42c086805c19c7f1b060030fcff3b84a266afd45 Mon Sep 17 00:00:00 2001
From: DALLEL Mohamed <mohamed.dallel@imt-atlantique.net>
Date: Mon, 15 Jan 2024 20:47:29 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d770f06..e03e30d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,4 +17,15 @@ test-job:
   stage: test
   script:
     - pip3 install -r requirements.txt
-    - python3 -m pytest
+    - python3 -m pytest 
+
+build-client:
+  stage: build
+  image: public.ecr.aws/lambda/nodejs:20-x86_64
+  script:
+    - npm install
+    - npm run build
+test-client-job:
+  stage: test
+  script:
+    - echo "testing frontend"
-- 
GitLab