Skip to content
Snippets Groups Projects
Commit de1341c5 authored by Hafiz, Aqib (PG/T - Comp Sci & Elec Eng)'s avatar Hafiz, Aqib (PG/T - Comp Sci & Elec Eng)
Browse files

Update .gitlab-ci.yml

parent dfbd387a
No related merge requests found
Pipeline #72645 failed
......@@ -18,6 +18,9 @@ before_script:
train:
stage: train
tags:
- pages
script:
- source venv/bin/activate
- python train_model.py
......@@ -26,14 +29,11 @@ train:
- trained_model.joblib
- tokenizer.joblib
test:
stage: test
script:
- source venv/bin/activate
- python test_model.py
deploy:
stage: deploy
tags:
- pages
script:
- echo "Deploying model locally..."
- source venv/bin/activate
......
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