Skip to content
Snippets Groups Projects

Add a second trampoline job with more relaxed requirements

1 file
+ 16
0
Compare changes
  • Side-by-side
  • Inline
+ 16
0
@@ -107,6 +107,22 @@ trampoline:
- report.html
expire_in: 1 week
trampoline-feedback:
image:
name: "timvanderhorst/trampoline:auta"
entrypoint: [""]
variables:
AUTA_ASSIGNMENT_ID: 5cda623347fc2b00068befa1
stage: test
allow_failure: true
script:
- cd /home/trampoline ; python3 run.py
artifacts:
paths:
- report.json
- report.html
expire_in: 1 week
checkstyle:
stage: review
image: wukl/auta-build:0.1.0
Loading