Skip to content
Snippets Groups Projects
Commit 6fb993a7 authored by Saxena, Himanshu (PG/T - Computer Science)'s avatar Saxena, Himanshu (PG/T - Computer Science)
Browse files

Update .gitlab-ci.yml file

parent e3580d8d
No related branches found
No related tags found
No related merge requests found
Pipeline #38036 failed
...@@ -4,6 +4,6 @@ stages: ...@@ -4,6 +4,6 @@ stages:
test_app: test_app:
image: "python:latest" image: "python:latest"
script: script:
- "pip install Flask" - "pip install -r requirements.txt"
- "python app.ipynb" - "python app.ipynb"
stage: test stage: test
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