From b3daff937ace0cd877d3601bc8dd9bca781de69d Mon Sep 17 00:00:00 2001 From: rlyu <rlyu@svi.edu.au> Date: Wed, 24 Feb 2021 15:46:34 +1100 Subject: [PATCH] updat ci --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b143df..6516882 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,8 @@ variables: before_script: - +#alpine +# buildStatic: tags: - docker @@ -27,7 +28,6 @@ testUbuntu: stage: testStatic script: - ./src/sscocaller -h - - sh tests/test.sh testDebian: tags: - docker -- GitLab