Skip to content
Snippets Groups Projects
Commit a81123cb authored by N5608's avatar N5608
Browse files

Update .gitlab-ci.yml

parent 60641cb9
No related branches found
No related tags found
No related merge requests found
Pipeline #147976 canceled
......@@ -3,22 +3,19 @@ stages:
- build
- test
- deploy
cache:
paths:
- node_modules/
build:
stage: build
tags:
- general
script:
- npm install
- npm run-script build
test:
stage: test
script:
- echo "Running react test suite......"
test:
script:
- echo "OK"
tags:
- general
deploy:
stage: deploy
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment