terminal:
  # This can be any image that has the necessary runtime environment for your project.
  image: rust:latest
  script: sleep 60
  services:
    - redis:latest