File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ hardware-tests:
219219 - MODEL : [ nrf52, lpc55, nkpk ]
220220 stage : test
221221 script :
222- - git clone https://github.com/Nitrokey/nitrokey-hardware-test.git --recursive --branch v1.3.3
222+ - git clone https://github.com/Nitrokey/nitrokey-hardware-test.git --recursive --branch v1.3.4
223223 - make -C nitrokey-hardware-test ci FW=../artifacts MODEL=$MODEL TESTS=pynitrokey,nk3test
224224 after_script :
225225 - cp nitrokey-hardware-test/artifacts/Nitrokey3TestSuite/report-junit.xml nitrokey-hardware-test/artifacts/report-junit.xml || true
@@ -241,7 +241,7 @@ full-hardware-tests:
241241 - MODEL : [ nrf52, lpc55, nkpk ]
242242 stage : test
243243 script :
244- - git clone https://github.com/Nitrokey/nitrokey-hardware-test.git --recursive --branch v1.3.2
244+ - git clone https://github.com/Nitrokey/nitrokey-hardware-test.git --recursive --branch v1.3.4
245245 - >
246246 if [ "$COMMAND_ARGS" == "slow" ] ; then
247247 make -C nitrokey-hardware-test ci FW=../artifacts MODEL=$MODEL TESTS=pynitrokey,slow
You can’t perform that action at this time.
0 commit comments