Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ stages: - build - test job:build: stage: build script: Loading @@ -16,6 +15,7 @@ job:test:unit: before_script: - echo "Start Tests" script: - ls - make test after_script: - echo "Tests have been done" Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ stages: - build - test job:build: stage: build script: Loading @@ -16,6 +15,7 @@ job:test:unit: before_script: - echo "Start Tests" script: - ls - make test after_script: - echo "Tests have been done" Loading