Skip to content
Snippets Groups Projects
Commit 382f0db9 authored by Fernando Erd's avatar Fernando Erd :ok_hand:
Browse files

Merge branch 'gitlab_ci' into RS

parents 1cc5a8a8 67d692f8
No related branches found
No related tags found
1 merge request!1v1
Pipeline #20981 passed
image: node:10.16.0-stretch
cache:
paths:
- node_modules
stages:
- test
run_test:
stage: test
script:
- npm i
- ./node_modules/@angular/cli/bin/ng build
tags:
- node
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment