diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7afa7984..cd73707c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,6 @@ check: stage: check script: - source /opt/psi/config/profile.bash - - module load Python + - module load Python/3.8.12 - export COLUMNS=$COLUMNS - - /opt/psi/Programming/Python/3.9.10/bin/python3 dependency-checker.py + - python3 dependency-checker.py