From 90e54ec66ca4a30aee417bf430fc964bf80349aa Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Tue, 23 Aug 2022 18:25:24 +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 aaf07d1..df6c846 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,7 @@ unit-test-job: # This job runs in the test stage. - uname -a - which python3 - which pip3 + - python3 --version - pip install -r requirements.txt - sh install.sh - python3 tests/test_flip_image.py -- GitLab