From 3ace5f8178d9af1a3554a67fe4c64e3ff02cdf82 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 9bcedf4..9cdb036 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