From 398aaab02f90567ec85c09e7344bcc3c8a62e53f Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Mon, 14 Apr 2025 18:34:02 +0200 Subject: [PATCH] wip --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e9af4ce..05cad06a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -216,7 +216,7 @@ end-2-end-conda: - pip install -e ./ophyd_devices - pip install -e .[dev,pyside6] - - pytest -v --files-path ./ --start-servers --random-order ./tests/end-2-end/test_plotting_framework_e2e.py::test_async_plotting + - pytest -v --files-path ./ --start-servers --random-order ./tests/end-2-end/test_plotting_framework_e2e.py::test_async_plotting ./tests/end-2-end/test_plotting_framework_e2e.py::test_rpc_waveform_scan artifacts: when: on_failure