Fixed requirement path

This commit is contained in:
Viswamedha Nalabotu 2026-01-28 10:04:45 +00:00
parent 00604dcdf5
commit 4315eae1ce

View file

@ -9,7 +9,7 @@ run_tests:
DJANGO_SECRET_KEY: 'random_secret_key_for_ci'
before_script:
- python -m pip install --upgrade pip
- pip install --no-cache-dir -r requirements/base.txt
- pip install --no-cache-dir -r requirements/django.txt
script:
- python manage.py test --verbosity=2
rules: