From 3498e271a3accf5bdb291e808c1055529c8f1d84 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Tue, 23 Aug 2022 18:07:29 +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 85f151b..1f62baa 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 + - apt update && apt upgrade - apt install python python-pip - pip install -r requirements.txt - sh install.sh -- GitLab