diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9addc7fa2571786f959fa37540f57cce6634776f..500107c6a170f9398f746e7f8b06ad3967bbb2c9 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