about summary refs log tree commit diff
path: root/.gitlab/.gitlab-webide.yml
blob: 7a8fe37194760a2fce250dd98115ee3a42b51372 (plain) (blame)
1
2
3
4
5
6
terminal:
  # This can be any image that has the necessary runtime environment for your project.
  image: rust:latest
  script: sleep 60
  services:
    - redis:latest