diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..8ba8b5e --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,10 @@ +image: ${CI_REGISTRY}/ict/images/alpine/ci:latest + +before_script: + apk add build-base bash + +validate_code: + stage: test + script: + - chmod +x ./test/main.sh + - ./test/main.sh