aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4c009a13..a02e5c06 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ unified_test:
- diesel database reset && diesel migration run
- cargo build
- cargo test -- --test-threads 1
- - cargo run &
+ - cargo run --bin fatcatd &
- cd ../python
- pipenv install --dev --deploy
- pipenv run pytest --cov