Skip to content
Snippets Groups Projects
Commit 1fddbdfd authored by CARDILE VINCENT's avatar CARDILE VINCENT
Browse files

Update kestrel/.gitlab-ci.yml file

parent 356c7821
Branches
No related merge requests found
Pipeline #361480 failed with stages
in 55 seconds
......@@ -6,7 +6,17 @@ stages:
install_kestrel:
stage: install_deps
image: trador/kestrel
image: trador/kestrel:latest
script:
- echo "kestrel ready"
cache:
key: "$CI_COMMIT_REF_SLUG-pip"
paths:
- .cache/pip
artifacts:
paths:
- /usr/local/lib/python3.9/site-packages/
- /usr/local/bin/kestrel
execute_hunt:
stage: run_hunts
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment