diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da3aceb..1ae9863 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -184,6 +184,6 @@ full-mock-tests: - virtualenv . - source bin/activate && pip install -r requirements.txt - cd ../../ - - bash scripts/build-db.sh + - bash scripts/build-db.sh json-api/migrations/ json-api/.env - bash scripts/run-api-tests.sh