Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitlab-ci.yml 313 B
include:
- project: sre/ci-building-blocks
file: nodejs.yml
ref: 3.4.0
integration tests:
extends: .unit tests
services:
- redis:latest
script:
- yarn --non-interactive --no-progress -s
- yarn integration --ci --coverage
variables:
# app specific settings
REDIS_HOST: redis