From 6fb993a7d9e4320ad415228b0929af6067df78ee Mon Sep 17 00:00:00 2001 From: "Saxena, Himanshu (PG/T - Computer Science)" <hs01503@surrey.ac.uk> Date: Sat, 21 May 2022 16:37:21 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 655f698..240ece0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,6 @@ stages: test_app: image: "python:latest" script: - - "pip install Flask" + - "pip install -r requirements.txt" - "python app.ipynb" stage: test -- GitLab