From c501aa632f142fd2626d6565b95e27dd9b8641e2 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 9 Apr 2024 21:49:11 +0200 Subject: [PATCH] Improve pynitrokey logging in HIL --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f1726d6b..4c9871d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -209,7 +209,7 @@ hardware-tests: - MODEL: [ nrf52, lpc55, nkpk ] stage: test script: - - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.nitrokey.com/nitrokey/nitrokey-hardware-test.git --recursive --branch v1.2.3 + - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.nitrokey.com/nitrokey/nitrokey-hardware-test.git --recursive --branch pynitrokey-logging - make -C nitrokey-hardware-test ci FW=../artifacts MODEL=$MODEL TESTS=pynitrokey,nk3test - cp nitrokey-hardware-test/artifacts/Nitrokey3TestSuite/report-junit.xml nitrokey-hardware-test/artifacts/report-junit.xml || true artifacts: