diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9bcedf43deaeb1b98be2f8fe30a27aaa7505ec24..9cdb0366e7810791042bf7cdcb519d9b863498cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ build1: - master script: - echo "Do your build here" - - python sbs + - python skyward-boardcore/sbs test1: stage: test @@ -33,9 +33,8 @@ test1: test2: stage: test script: - - echo "Do another parallel test here" - - echo "For example run a lint test" - - ./scripts/linter.sh + - echo "Running Linter" + - skyward-boardcore/scripts/linter.sh deploy1: stage: deploy