From 72c471bd1bde716961c5675b25f006f27ed4e7d4 Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Sun, 25 Oct 2020 10:53:25 +0000 Subject: [PATCH] add ide config --- .gitlab/.gitlab-webide.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitlab/.gitlab-webide.yml diff --git a/.gitlab/.gitlab-webide.yml b/.gitlab/.gitlab-webide.yml new file mode 100644 index 0000000..9cf18ee --- /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: ubuntu:latest + before_script: + - apt-get update + script: sleep 60 \ No newline at end of file