diff --git a/.gitlab/.gitlab-webide.yml b/.gitlab/.gitlab-webide.yml
new file mode 100644
index 0000000000000000000000000000000000000000..7abcfabcf43d404cd7c583bbb3b9a794cdcd1f4f
--- /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"