From 19ec7d9320a9453a224f812d6c2e75ccd3728158 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20Charlier?= <clement.charlier@student-cs.fr>
Date: Thu, 13 Oct 2022 17:30:53 +0200
Subject: [PATCH] modified ci

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 49f0f1a..729849a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,11 +3,11 @@ image: python:3.10
 stages:
   - lint
 
-pylint:
+job:pylint:
   stage: lint
   script:
     - python -m venv .venv
     - source .venv/bin/activate
     - pip install -r requirements.txt
     # C'est à ton tour de coder un script qui lance pylint sur ton projet
-    -
+    - pylint calculator
-- 
GitLab