From e3580d8dbd7bf0a2ec30923b69a8afdb42b58ac5 Mon Sep 17 00:00:00 2001 From: Himu1503 <54092681+Himu1503@users.noreply.github.com> Date: Sat, 21 May 2022 15:44:03 +0100 Subject: [PATCH] model2 --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..655f698 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +--- +stages: + - test +test_app: + image: "python:latest" + script: + - "pip install Flask" + - "python app.ipynb" + stage: test -- GitLab