From b878018cb3a24c16c31c731433b23d95ea5b7d7d Mon Sep 17 00:00:00 2001 From: Antoine Gaudron-desjardins <antoine.gaudrondesjardins@student-cs.fr> Date: Thu, 21 Jul 2022 19:37:58 +0200 Subject: [PATCH] remove dependency --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9930f00..aca6056 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,8 +77,6 @@ lint-back: script: - pip install pycodestyle - pycodestyle --config=./backend/setup.cnf ./backend - dependencies: - - install-virtualenv lint-front: -- GitLab