From 4315eae1cea1e2d55460dde4f37ae5e1624cd1ff Mon Sep 17 00:00:00 2001 From: Viswamedha Nalabotu Date: Wed, 28 Jan 2026 10:04:45 +0000 Subject: [PATCH] Fixed requirement path --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 966a8cb..f62fbc0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: