From 6228f7a904cdccd22027c3d427cdb75f439a9c47 Mon Sep 17 00:00:00 2001
From: mthoma48 <mthoma48@myune.edu.au>
Date: Sat, 24 Jul 2021 02:41:32 +0000
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..faf8c97
--- /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:
+    - apk update
+  script: sleep 60
+  variables:
+    RAILS_ENV: "test"
+    NODE_ENV: "test"
-- 
GitLab