From 454492714411b4c172ef87847a2acb54bba4a571 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Tue, 23 Aug 2022 18:23:01 +0800 Subject: [PATCH] test pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4cef7eb..aaf07d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,4 +35,4 @@ unit-test-job: # This job runs in the test stage. - which pip3 - pip install -r requirements.txt - sh install.sh - - python tests/test_flip_image.py + - python3 tests/test_flip_image.py -- GitLab