From 2bb37aa0175ae93e817fbaec193ecd27503a21e1 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Tue, 23 Aug 2022 18:49:28 +0800 Subject: [PATCH] test pipeline --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2fc7131..16b30a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,6 +31,7 @@ unit-test-job: # This job runs in the test stage. script: - echo "Running unit tests... " - uname -a + - pwd - which python3 - which pip3 - python3 --version -- GitLab