FIX: set TERM variable

This commit is contained in:
Germann Elsa Sylvia 2022-10-24 17:03:52 +02:00
parent c0c75c0167
commit 71b6cdbf24

View File

@ -2,6 +2,7 @@ stages: [check]
variables: variables:
COLUMNS: 9000 COLUMNS: 9000
TERM: 'xterm'
check: check:
tags: tags:
@ -11,4 +12,5 @@ check:
- source /opt/psi/config/profile.bash - source /opt/psi/config/profile.bash
- module load Python - module load Python
- export COLUMNS=$COLUMNS - export COLUMNS=$COLUMNS
- export TERM=$TERM
- python3 dependency-checker.py - python3 dependency-checker.py