diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d54a00..ba49f22 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,9 @@ all_tests: script: - sh ./scripts/autoinstall.sh - docker-compose run web python manage.py test + after_script: + - docker-compose exec web find . -path '*/migrations*' -delete + - docker-compose exec web find . -type f -name '*.pyc' -delete when: on_success only: - develop