From 9e43effea45d587abf45b7b0e5488e497a573bb2 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Wed, 7 Sep 2022 16:16:31 +0800 Subject: [PATCH] try ssh executor - updated script --- .gitlab-ci.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23012d0..4f00ccf 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 -- GitLab