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