From 4b911801114dbdc168b034926b91057a4dff6b40 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Tue, 23 Aug 2022 18:04:02 +0800 Subject: [PATCH] test pipeline --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b16212..85f151b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,5 +31,7 @@ unit-test-job: # This job runs in the test stage. script: - echo "Running unit tests... " - uname -a - - which apt + - apt install python python-pip + - pip install -r requirements.txt + - sh install.sh - python tests/test_flip_image.py -- GitLab