From e57b9b4536b20ed81b15671f9ec82189d13cce18 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Tue, 20 Sep 2022 01:22:50 +0800 Subject: [PATCH] tweaks --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57be574..212ca9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,4 +45,5 @@ unit-test-job: # This job runs in the test stage. - python --version - pip install -r requirements.txt - sh install_local.sh + - pip show csst_proto - pytest -- GitLab