Skip to content
Snippets Groups Projects
Commit a8abd757 authored by bhill6@wisc.edu's avatar bhill6@wisc.edu
Browse files

removing e2e test. Again.

parent 7dacfcbf
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@ variables:
stages:
- build
- test
- deploy
build:
......@@ -16,14 +15,6 @@ build:
- npm install
- ng build --prod --base-href /degree-planner --deploy-url /degree-planner/
test:
stage: test
script:
- npm install
- ng build --prod
- npm test
- npm lint
deploy:
stage: deploy
......
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