Commit 423318d7 authored by Jan Kiene's avatar Jan Kiene
Browse files

add test job for testing the delay

parent 6de07b64
Loading
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1702,6 +1702,16 @@ complexity-StereoDmxEVS-stereo-in-mono-out:
# Other jobs
# ---------------------------------------------------------------

test-delayed-job:
  extends:
    - test-job-linux
  rules:
    - if: $TEST_DELAYED_JOB
      when: delayed
      start_in: 26 hours
  script:
    - echo "finally..."

# job that sets up gitlab pages website
pages:
  stage: deploy