From 0b9c1a9c79cccb101c3040f9388d861cb3c6a358 Mon Sep 17 00:00:00 2001 From: rlyu <rlyu@svi.edu.au> Date: Fri, 14 May 2021 09:24:29 +1000 Subject: [PATCH] update gitlab ci --- .gitlab-ci.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9addc7f..500107c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,16 +37,22 @@ testDebian: script: - ./src/sscocaller -h +testRedHat: + stage: testStatic + script: + - ./src/sscocaller -h + + ## shell executer testFunction: stage: testStatic script: - sh tests/test.sh -testFedora: +testAlpine: tags: - docker - image: fedora + image: alpine stage: testStatic script: - ./src/sscocaller -h -- GitLab