Skip to content
Snippets Groups Projects
Commit 60b8ee5a authored by Suru Dissanaike's avatar Suru Dissanaike
Browse files

Update .gitlab-ci.yml

parent 56f09314
No related branches found
No related tags found
1 merge request!1Deploy pages
Pipeline #9519 passed
......@@ -6,21 +6,8 @@ cache:
- node_modules/
stages:
- install
- unit-testing
- deploy-pages
install:
stage: install
script:
- npm install
- npm install --only=dev
unit_testing:
stage: unit-testing
script:
- npm run test
deploy_pages:
image: alpine:latest
stage: deploy-pages
......
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