diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0de8fd..1b58598 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ build: cache: key: cache paths: [.cache] - image: yourlabs/shlax + image: yourlabs/python script: pip install -U --user -e .[cli] && CACHE_DIR=$(pwd)/.cache ./shlaxfile.py build stage: build