From 0fe177b4a1bcbf0b24968d4741f40c32a53bfb6b Mon Sep 17 00:00:00 2001 From: Thomas Kluyver <thomas.kluyver@xfel.eu> Date: Wed, 29 May 2024 12:26:33 +0100 Subject: [PATCH] Ensure integration tests talk to exflcalproxy --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f466d685..23b70354b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,6 +58,7 @@ automated_test: DETECTORS: all CALIBRATION: all PYENV_VERSION: "3.8" + CAL_CAL_TOOLS_CALCAT: "{base-api-url='http://exflcalproxy:8080/api', use-oauth2=false}" stage: automated_test only: [merge_requests] when: manual -- GitLab