From 1a02aeaf7b93856c39f0947ca4d4625bc98534b5 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Tue, 23 Aug 2022 18:21:20 +0800 Subject: [PATCH] test pipeline --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be48d3c..4cef7eb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,8 +32,7 @@ unit-test-job: # This job runs in the test stage. - echo "Running unit tests... " - uname -a - which python3 - - apt update && apt upgrade - - apt install python python-pip + - which pip3 - pip install -r requirements.txt - sh install.sh - python tests/test_flip_image.py -- GitLab