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

Add a needs clause to the jsexec smoketest job

jobs in the 'test' stage are supposed to run only after all jobs in the 'build'
stage so I don't understand why this would be needed, but I'm getting pipeline
failures with it trying to run this test before building anything. Or maybe its
something else (no artifacts?).
parent 43eb9ddd
No related branches found
No related tags found
No related merge requests found
Pipeline #5509 failed
......@@ -27,6 +27,7 @@ smoketest-jsexec-linux:
tags: [Linux]
image: gcc
stage: test
needs: ["sbbs-linux"]
script:
- cd src/sbbs3
- "*.exe.release/jsexec -r 'exit(42)'"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment