Skip to content
Snippets Groups Projects
Commit 9be7a994 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Specify path to ctrl directory on jsexec command-line

parent 4d654b97
No related branches found
No related tags found
No related merge requests found
Pipeline #7803 failed
...@@ -691,7 +691,7 @@ spec: ...@@ -691,7 +691,7 @@ spec:
- .$[[ inputs.os ]]-test - .$[[ inputs.os ]]-test
script: script:
- tar -xzf "/tmp/gitlab-runner/$[[ inputs.os ]]-$[[ inputs.platform ]]-${CI_PIPELINE_ID}/sbbs-build.tgz" - tar -xzf "/tmp/gitlab-runner/$[[ inputs.os ]]-$[[ inputs.platform ]]-${CI_PIPELINE_ID}/sbbs-build.tgz"
- "src/sbbs3/*.exe.release/jsexec exec/tests/test.js" - "src/sbbs3/*.exe.release/jsexec -c../../ctrl exec/tests/test.js"
needs: needs:
- job: "$[[ inputs.os ]]-$[[ inputs.platform ]] [sbbs-build]" - job: "$[[ inputs.os ]]-$[[ inputs.platform ]] [sbbs-build]"
artifacts: false artifacts: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment