From f80127a3a14407720f8b708eafe22aba4a086a07 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Thu, 19 Sep 2019 08:52:59 +0000 Subject: [PATCH] Update macOS CI configuration to update the $PATH --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1baeb9ddc..6fc988ccb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,12 +67,13 @@ test-fedora: - xvfb-run -s '-screen 0 1024x768x24' pytest-3 -Wignore --ignore tests/functional/openlp_plugins/presentations/test_pdfcontroller.py test-macos: - only: - - master@openlp/openlp stage: test tags: - macos before_script: + - export PATH=/opt/local/bin:$PATH - sh scripts/generate_resources.sh script: - python3 -m pytest -v --color=no --disable-warnings --ignore=tests/utils + only: + - master@openlp/openlp