From dc3f6369a22db20248e25fa2d5074e1dabd1ec3b Mon Sep 17 00:00:00 2001 From: Christian Boettcher <c.boettcher@fz-juelich.de> Date: Mon, 17 May 2021 09:54:53 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..ec20a94 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,6 @@ +default: + image: python:3-slim +test: + script: + - pip install -r requirements.txt + - pytest \ No newline at end of file -- GitLab