diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..655f6983a03536d9800d70e927dfc505a579c1a3 --- /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