9 lines
176 B
YAML
9 lines
176 B
YAML
terminal:
|
|
image: registry.gitlab.com/hosttoday/ht-docker-node:stable
|
|
before_script:
|
|
- npm install -g npm-check
|
|
variables:
|
|
RAILS_ENV: "test"
|
|
NODE_ENV: "test"
|
|
|