From 987709fd8cc3063c59871edf54da9dcd21ce9991 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Tue, 23 Aug 2022 18:16:08 +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 6007ee3..3177af3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,7 @@ unit-test-job: # This job runs in the test stage. - echo "Running unit tests... " - uname -a - which python + - which sh - apt update && apt upgrade - apt install python python-pip - pip install -r requirements.txt -- GitLab