Commit 1fa8ddbb authored by Naundorf's avatar Naundorf
Browse files

Update .gitlab-ci.yml

parent c4c8d6b7
Pipeline #6374 failed with stage
in 11 seconds
......@@ -14,6 +14,6 @@ before_script:
Test SSH:
script:
- GITLAB_KEY=$(echo "$GITLAB_KEY" | tr -d '\r' | tr -d '\n')
- ssh -v $USER_NAME "mkdir -p test_dir"
- ssh -J ubuntu@2001:7c0:2320:1:f816:3eff:fe11:e344 $USER_NAME "mkdir -p test_dir"
- scp test_script.sh $USER_NAME:~/test_dir/test_script.sh
- ssh $USER_NAME "chmod 700 test_dir/testscript.sh && sbatch -p single ./test_dir/test_script.sh $GITLAB_KEY"
- ssh $USER_NAME "chmod 700 test_dir/test_script.sh && sbatch -p single ./test_dir/test_script.sh $GITLAB_KEY"
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