diff options
Diffstat (limited to '.gitlab/.gitlab-webide.yml')
-rw-r--r-- | .gitlab/.gitlab-webide.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab/.gitlab-webide.yml b/.gitlab/.gitlab-webide.yml new file mode 100644 index 0000000..7a8fe37 --- /dev/null +++ b/.gitlab/.gitlab-webide.yml @@ -0,0 +1,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 |