ISE-ComProg-After-Midterm/.gitlab/.gitlab-webide.yml

6 lines
176 B
YAML
Raw Normal View History

2020-10-25 10:53:25 +00:00
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