From 87a7f91402f54034a536a8eb53bb170410cb857e Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Fri, 15 May 2020 17:19:58 +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 1d5d822f..3bff4f78 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"