2020-01-11 11:11:48 +00:00
|
|
|
terminal:
|
2020-01-11 11:15:52 +00:00
|
|
|
image: registry.gitlab.com/hosttoday/ht-docker-node:stable
|
2020-01-11 11:11:48 +00:00
|
|
|
before_script:
|
|
|
|
- npm install -g npm-check
|
|
|
|
variables:
|
2020-01-11 11:13:41 +00:00
|
|
|
RAILS_ENV: "test"
|
|
|
|
NODE_ENV: "test"
|
|
|
|
|