Skip to content
Snippets Groups Projects
Commit 1eccb435 authored by Jan Bernoth's avatar Jan Bernoth
Browse files

another change for the test-prod container

parent 677f60d7
No related branches found
No related tags found
1 merge request!128another change for the test-prod container
Pipeline #46974 passed
......@@ -158,7 +158,7 @@ test-container-prod:
extends: .test-container
stage: test_container_prod
script:
- docker run --rm $APPIMAGE python manage.py test --no-input --settings=one_api.settings_test
- docker run --rm $APPIMAGE /bin/bash -c "python manage.py migrate --settings=one_api.settings_test ; python manage.py test --no-input --settings=one_api.settings_test"
only:
- master
except:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment