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

Update .gitlab-ci.yml

parent 56f09314
Branches
Tags
1 merge request!1Deploy pages
Pipeline #9519 passed
...@@ -6,21 +6,8 @@ cache: ...@@ -6,21 +6,8 @@ cache:
- node_modules/ - node_modules/
stages: stages:
- install
- unit-testing
- deploy-pages - deploy-pages
install:
stage: install
script:
- npm install
- npm install --only=dev
unit_testing:
stage: unit-testing
script:
- npm run test
deploy_pages: deploy_pages:
image: alpine:latest image: alpine:latest
stage: deploy-pages stage: deploy-pages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment