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

Try 'dependencies' keyword instead of 'needs' <shrug>

'smoketest-jsexec-linux' job needs 'sbbs-linux' job, but 'sbbs-linux' is not in any previous stage
parent eec2bc2a
No related branches found
No related tags found
No related merge requests found
Pipeline #5510 failed
...@@ -27,7 +27,7 @@ smoketest-jsexec-linux: ...@@ -27,7 +27,7 @@ smoketest-jsexec-linux:
tags: [Linux] tags: [Linux]
image: gcc image: gcc
stage: test stage: test
needs: ["sbbs-linux"] dependencies: sbbs-linux
script: script:
- cd src/sbbs3 - cd src/sbbs3
- "*.exe.release/jsexec -r 'exit(42)'" - "*.exe.release/jsexec -r 'exit(42)'"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment