Skip to content
Snippets Groups Projects
Unverified Commit ac908ad8 authored by Luke Murphy's avatar Luke Murphy
Browse files

Load the fixtures for the tests.

parent 6704df6d
No related branches found
No related tags found
1 merge request!90Remember date filter values
......@@ -11,11 +11,13 @@ variables:
APTIVATE_CLI_MYSQL_USER: root
APTIVATE_CLI_MYSQL_PASS: "$MYSQL_ROOT_PASSWORD"
APTIVATE_CLI_MYSQL_HOST: mysql
FIXTURES: "internewshid/hid/fixtures/bangladesh-refugee-crisis.json"
before_script:
- apt update && apt install -y nodejs node-less
- pip install pipenv aptivate-cli
- apc deploy --no-input
- pipenv run python manage.py loaddata $FIXTURES
gitlab-ci:
script:
......
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