Commit cc9de839 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

try ssh executor

parent 48080d74
Pipeline #99 failed with stages
...@@ -30,8 +30,10 @@ unit-test-job: # This job runs in the test stage. ...@@ -30,8 +30,10 @@ unit-test-job: # This job runs in the test stage.
stage: test # It only starts when the job in the build stage completes successfully. stage: test # It only starts when the job in the build stage completes successfully.
script: script:
- echo "Running unit tests... " - echo "Running unit tests... "
- whoami
- uname -a - uname -a
- pwd - pwd
- ll /nfsdata/share/csst_simulation_data/Cycle-5-SimuData/multipleBandsImaging/
- which python3 - which python3
- which pip3 - which pip3
- python3 --version - python3 --version
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment