From 705ac0fba2dc879115509006ce4fdfae8c9fc5c0 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 15 Mar 2019 15:39:59 -0700 Subject: update dev setup instructions --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6cde9663..e9ee0ba4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ unified_test: script: - rustc --version && cargo --version && diesel --version - cd rust - - cp env.example .env + - cp example.env .env - diesel database reset && diesel migration run - cargo build - cargo test -- --test-threads 1 @@ -28,7 +28,7 @@ unified_test: - cd ../python_client - pytest-3 - cd ../python - - cp env.example .env + - cp example.env .env - pipenv install --dev --deploy - pipenv run pytest --cov - pipenv run ./tests/cli.sh -- cgit v1.2.3