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

Update kestrel/.gitlab-ci.yml file

parent 22c3b459
Branches
No related merge requests found
Pipeline #361479 failed
......@@ -6,24 +6,11 @@ stages:
install_kestrel:
stage: install_deps
image: python:slim-buster
script:
- pip install kestrel-jupyter
- python -m kestrel_jupyter_kernel.setup
- kestrel_jupyter_setup
cache:
key: "$CI_COMMIT_REF_SLUG-pip"
paths:
- .cache/pip
artifacts:
paths:
- /usr/local/lib/python3.9/site-packages/
- /usr/local/bin/kestrel
expire_in: 1 hour
image: trador/kestrel
execute_hunt:
stage: run_hunts
image: python:3.9-slim
image: trador/kestrel
dependencies: []
variables:
script:
......
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