Skip to content
Snippets Groups Projects
Commit ca1cbda8 authored by Olivér FACKLAM's avatar Olivér FACKLAM
Browse files

Update .gitlab-ci.yml

parent 5ec73ce6
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ tests:mocha:
- npm ci && npm i -g knex
- echo '{"dn":"dn", "passwd":"passwd"}' >> ldap_credentials.json
- export TARGET_ENV=staging
- export DB_HOST=postgres
- export DB_HOST=127.0.0.1
- cd db
- knex migrate:latest --env staging
- knex seed:run --env staging
......
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