Skip to content
Snippets Groups Projects
Commit 90cb4116 authored by dwn1c21's avatar dwn1c21
Browse files

Update .gitlab-ci.yml file

parent 1ed60a5a
No related branches found
No related tags found
No related merge requests found
Pipeline #10261 passed
...@@ -39,7 +39,7 @@ compile-software: ...@@ -39,7 +39,7 @@ compile-software:
- make compile_all_code - make compile_all_code
artifacts: artifacts:
paths: paths:
- ./nanosoc_tech/testcode/*/*.hex - ./nanosoc_tech/testcodes/*/*.hex
tags: tags:
- ds5 - ds5
...@@ -248,6 +248,7 @@ deploy-job-ZCU104: # This job runs in the deploy stage. ...@@ -248,6 +248,7 @@ deploy-job-ZCU104: # This job runs in the deploy stage.
# deactivate the pynq virtual environment and exit root access # deactivate the pynq virtual environment and exit root access
- screen -r zynq -X stuff "deactivate \n" - screen -r zynq -X stuff "deactivate \n"
- screen -r zynq -X stuff "exit \n" - screen -r zynq -X stuff "exit \n"
- sleep 20
# Display test results # Display test results
- cat verification_log - cat verification_log
after_script: after_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment