From e947d91d8b86d2410584f243438934bf66506302 Mon Sep 17 00:00:00 2001 From: Raphael Bialon <raphael.bialon@hhu.de> Date: Thu, 10 Nov 2022 15:17:37 +0100 Subject: [PATCH] Add Gitlab CI configuration --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..d4d816b --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +image: python:3.11 + +run: + script: + - pip install pipenv + - pipenv install + - pipenv run python check.py -- GitLab