7 lines
144 B
YAML
7 lines
144 B
YAML
|
terminal:
|
||
|
image: registry.gitlab.com/hosttoday/ht-docker-node
|
||
|
before_script:
|
||
|
- npm install -g npm-check
|
||
|
script: sleep 60
|
||
|
variables:
|