diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ecf87203..d47259f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ unified_test: - cargo build - cargo test -- --test-threads 1 - cargo run --bin fatcatd & - - cd ../python_client + - cd ../python_openapi_client - pytest-3 - cd ../python - cp example.env .env |