From 8bced235d678b94ff519b4df0db027999d4a025a Mon Sep 17 00:00:00 2001
From: Antoine Gaudron-desjardins <antoine.gaudrondesjardins@student-cs.fr>
Date: Fri, 22 Jul 2022 16:02:13 +0200
Subject: [PATCH] add requirements for test

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 10035b3..6826480 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,7 +87,7 @@ lint-front:
     - install-npm-packages
 
 
-test:
+test-back:
   stage: test
   variables:
     # MYSQL_DATABASE: $MYSQL_DATABASE
@@ -100,6 +100,7 @@ test:
     WEB_ROOT: http://localhost:3000
   before_script:
     - source ./venv/bin/activate
+    - pip install -r requirements.txt
     - pip install pytest
   script:
     - cd ./backend
-- 
GitLab