From cc4cad5b64a399f26059de05a406c565a9f531ce Mon Sep 17 00:00:00 2001 From: andrei Date: Wed, 24 Apr 2024 11:24:38 +0500 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28af945..f40e00a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,11 +16,4 @@ black_check: image: python:3.9 script: - pip install -r requirements/dev.txt - - black --check --config pyproject.toml . - -testing: - stage: testing - script: - - pip install -r requirements/test.txt -r requirements/prod.txt - - cd lyceum - - python manage.py test + - black --check --config pyproject.toml . \ No newline at end of file