Skip to content
Snippets Groups Projects

Update .gitlab/.gitlab-webide.yml

1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
+ 9
0
 
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"
Loading