Update .gitlab-ci.yml

This commit is contained in:
Reese
2020-04-25 02:32:29 +00:00
parent a70aa8840f
commit d2bf889e1f

View File

@@ -28,7 +28,7 @@ test:
name: $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
entrypoint: [""]
script:
- venv/bin/python manage.py test
- python manage.py test
deploy:
only: