From 956de5f9e34375a02d12fea42119bd65fed8e720 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Thu, 19 Sep 2024 21:57:41 +0200 Subject: [PATCH] FIxing building location --- ci/drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/drone.yml b/ci/drone.yml index 598d5ec..60fadf8 100644 --- a/ci/drone.yml +++ b/ci/drone.yml @@ -15,7 +15,7 @@ steps: image: ad5001/ubuntu-pyside-xvfb:linux-6-latest-latex commands: - apt install -y qtchooser qttools5-dev-tools - - cd LogarithmPlotter/i18n && bash release.sh + - cd LogarithmPlotter/i18n && bash release.sh && cd ../.. - xvfb-run bash scripts/run-tests.sh when: event: [ push, tag ]