From c92b1b48e0632db94f81d16e5b8784f2a0b68fe8 Mon Sep 17 00:00:00 2001
From: Antoine Gaudron-desjardins <antoine.gaudrondesjardins@student-cs.fr>
Date: Tue, 5 Jul 2022 21:24:09 +0200
Subject: [PATCH] ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 47a7126..c76137a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -60,11 +60,10 @@ workflow:
 install:
   stage: build
   script:
-    # - pip install venv
     - python3 -m venv ./venv
     - source ./venv/bin/activate
     - pip install --upgrade pip && pip install pip-tools
-    - pip install -r requirements.txt
+    - pip install -r ./backend/requirements.txt
   artifacts:
     paths:
       - .venv/
-- 
GitLab