From bbd022b84315d6ec33d50836a431619fd4ba4bf8 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Fri, 15 May 2020 17:23:13 +0100 Subject: [PATCH] Fix poetry path --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"