From 2e4817d3d9ba997d8ce4702f58128c521a5286c7 Mon Sep 17 00:00:00 2001 From: Thomas Klaehn Date: Sun, 26 Feb 2017 16:58:52 +0100 Subject: [PATCH] ci deactivated Signed-off-by: Thomas Klaehn --- .gitlab-ci.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40d3c60..80e9381 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,22 +1,22 @@ -variables: +#variables: # SW_KERNEL: "0" # SW_MAJOR: "1" # SW_MINOR: "10" -before_script: - - "echo $CI_BUILD_ID" - - "echo $CI_BUILD_REF_NAME" +#before_script: +# - "echo $CI_BUILD_ID" +# - "echo $CI_BUILD_REF_NAME" -stages: - - static_analysis - - test +#stages: +# - static_analysis +# - test -static_analysis_tests: - stage: static_analysis - script: - - "python pylint_wrapper.py -s src -s tests" +#static_analysis_tests: +# stage: static_analysis +# script: +# - "python pylint_wrapper.py -s src -s tests" -unit_tests: - stage: test - script: - - "python tests/unittest/" +#unit_tests: +# stage: test +# script: +# - "nosetests tests/unittest/"