We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc131c commit e4cb5b1Copy full SHA for e4cb5b1
.gitlab-ci.yml
@@ -208,7 +208,7 @@ hardware-tests:
208
- MODEL: [ nrf52, lpc55, nkpk ]
209
stage: test
210
script:
211
- - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.nitrokey.com/nitrokey/nitrokey-hardware-test.git --recursive --branch v1.2.2
+ - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.nitrokey.com/nitrokey/nitrokey-hardware-test.git --recursive --branch pynitrokey-logging
212
- make -C nitrokey-hardware-test ci FW=../artifacts MODEL=$MODEL TESTS=pynitrokey,nk3test
213
- cp nitrokey-hardware-test/artifacts/Nitrokey3TestSuite/report-junit.xml nitrokey-hardware-test/artifacts/report-junit.xml || true
214
artifacts:
0 commit comments