6 lines
176 B
YAML
6 lines
176 B
YAML
|
terminal:
|
||
|
# This can be any image that has the necessary runtime environment for your project.
|
||
|
image: ubuntu:latest
|
||
|
before_script:
|
||
|
- apt-get update
|
||
|
script: sleep 60
|