Dockerfile.ci & debug-ci now build working container for CI test image

This commit is contained in:
Disco DeDisco
2026-02-10 22:42:45 -05:00
parent 9fa428c63a
commit b94f1f48aa
4 changed files with 20 additions and 1 deletions

View File

@@ -5,3 +5,6 @@ steps:
- "pip install -r requirements.txt"
- "cd ./src"
- "python manage.py test apps"
- name: test-FTs