diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23012d0479fe8a1c60d159efdefc207308054ced..4f00ccfc3fcafe91dd907dc6606588b17b33519a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,14 +36,13 @@ unit-test-job: # This job runs in the test stage. - pwd - ls -a - ls /nfsdata/share/csst_simulation_data/Cycle-5-SimuData/multipleBandsImaging/NGP_AstrometryON_shearOFF - - which python3 - - which pip3 - - python3 --version + - which python + - which pip + - python --version - source /home/csstpipeline/anaconda3/bin/activate - - which python3 - - which pip3 - - python3 --version + - which python + - which pip + - python --version - pip install -r requirements.txt - sh install.sh - - export PATH=$HOME/.local/bin:$PATH - pytest