diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 553d3146..739dfbd1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,9 +22,9 @@ build: - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python script: - - poetry install - - poetry run build_static - - poetry run build + - $HOME/.poetry/bin/poetry install + - $HOME/.poetry/bin/poetry run build_static + - $HOME/.poetry/bin/poetry run build artifacts: name: "dist"