Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
histhub
wikidata-lib
Commits
0ba7cf9b
Commit
0ba7cf9b
authored
Oct 10, 2019
by
tobinski
Browse files
Update gilab ci
parent
bb119a89
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0ba7cf9b
include
:
-
project
:
'
histhub/node-kafka-docker-base'
ref
:
'
master'
file
:
'
.gitlab-ci.yml'
image
:
node:10-slim
stages
:
-
build
-
test
cache
:
paths
:
-
node_modules/
install_dependencies
:
stage
:
build
script
:
-
npm install
artifacts
:
paths
:
-
node_modules/
testing_testing
:
stage
:
test
script
:
npm run test
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment