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

According to the gitab docs, specifying dependencies shouldn't be necessary

"When dependencies is not defined in a job, all jobs in earlier stages are
considered dependent and the job fetches all artifacts from those jobs."

So... I'm a little stumped why the artifacts aren't be downloaded for this
test.
parent 6e4dc7f8
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -27,7 +27,6 @@ smoketest-jsexec-linux:
tags: [Linux]
image: gcc
stage: test
dependencies: [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