From 7370a797420f87fe3ee2741ef3477fe967a8adfb Mon Sep 17 00:00:00 2001 From: rlyu <rlyu@svi.edu.au> Date: Tue, 2 Mar 2021 11:40:52 +1100 Subject: [PATCH] add function test --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6516882..f6f0c99 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,10 +36,10 @@ testDebian: script: - ./src/sscocaller -h ## shell executer -#testFunction: -# stage: testStatic -# script: -# - sh tests/test.sh +testFunction: + stage: testStatic + script: + - sh tests/test.sh testFedora: tags: -- GitLab