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