We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b97d65 commit c501aa6Copy full SHA for c501aa6
.gitlab-ci.yml
@@ -209,7 +209,7 @@ hardware-tests:
209
- MODEL: [ nrf52, lpc55, nkpk ]
210
stage: test
211
script:
212
- - 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
213
- make -C nitrokey-hardware-test ci FW=../artifacts MODEL=$MODEL TESTS=pynitrokey,nk3test
214
- cp nitrokey-hardware-test/artifacts/Nitrokey3TestSuite/report-junit.xml nitrokey-hardware-test/artifacts/report-junit.xml || true
215
artifacts:
0 commit comments