From 792f6cdad1c34b0994be8da824d65a98f8414251 Mon Sep 17 00:00:00 2001 From: Dominik Sigmund <dominik.sigmund@br.de> Date: Fri, 30 Oct 2020 13:44:05 +0100 Subject: [PATCH] Update .gitlab/.gitlab-webide.yml --- .gitlab/.gitlab-webide.yml | 9 +++++++++ 1 file changed, 9 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..7abcfab --- /dev/null +++ b/.gitlab/.gitlab-webide.yml @@ -0,0 +1,9 @@ +terminal: + # This can be any image that has the necessary runtime environment for your project. + image: node:10-alpine + before_script: + - apt-get update + script: sleep 60 + variables: + RAILS_ENV: "test" + NODE_ENV: "test" -- GitLab