Add tests to CI runner.

This commit is contained in:
Oliver Rümpelein 2020-12-30 21:30:31 +01:00
parent e0b65ca061
commit 0522f55f9d

View file

@ -24,12 +24,14 @@ lint:
<<: *global_cache <<: *global_cache
policy: pull-push policy: pull-push
# Test: test:
# stage: Test stage: test
# script: before_script:
# - npm test - npm ci --cache .npm --prefer-offline
# cache: script:
# <<: *global_cache - npm test
cache:
<<: *global_cache
build: build:
stage: build stage: build