From f91894fb0aae43f880e65be5836ec412b3888e4e Mon Sep 17 00:00:00 2001 From: rlyu <rlyu@svi.edu.au> Date: Wed, 24 Feb 2021 15:36:54 +1100 Subject: [PATCH] update gitlab CI --- .gitlab-ci.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e167c4..e837d7b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,14 +35,11 @@ testDebian: stage: testStatic script: - ./src/sscocaller -h - -testFunction: - tags: - - docker - image: richxsl/rhel7 - stage: testStatic - script: - - sh tests/test.sh +## shell executer +#testFunction: +# stage: testStatic +# script: +# - sh tests/test.sh testFedora: tags: -- GitLab