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