diff --git a/.gitlab/.gitlab-webide.yml b/.gitlab/.gitlab-webide.yml new file mode 100644 index 0000000000000000000000000000000000000000..dda1dab7b680e639dc7c2a543630762b33707766 --- /dev/null +++ b/.gitlab/.gitlab-webide.yml @@ -0,0 +1,13 @@ + +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" + + +