From 8d87acb5b5c1ae4d21ead198161f5b1f05d59a99 Mon Sep 17 00:00:00 2001 From: Germann Elsa Sylvia Date: Mon, 24 Oct 2022 15:06:28 +0200 Subject: [PATCH] ADD: .gitlab-ci.yml --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..0bea9782 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,13 @@ +stages: [check] + +variables: + COLUMNS: 9000 + +check: + tags: + - merlin + stage: check + script: + - module load Python + - export COLUMNS=$COLUMNS + - python3 dependency-checker.py