From 08e292b2e92d1783388ac46a42592d236142b259 Mon Sep 17 00:00:00 2001 From: Alvise De Faveri <alvise.defaveri@skywarder.eu> Date: Tue, 26 Feb 2019 02:17:47 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9bcedf43d..9cdb0366e 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 -- GitLab