From b7cf3194128a4ff40c2196fcf9fd8080f6411686 Mon Sep 17 00:00:00 2001 From: Antoine Gaudron-desjardins <antoine.gaudrondesjardins@student-cs.fr> Date: Tue, 5 Jul 2022 21:18:00 +0200 Subject: [PATCH] ci --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15299f9..2f70291 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,7 +88,6 @@ lint: format: stage: test - needs: lint before_script: - source .venv/bin/activate - pip install autopep8 -- GitLab