From 03dcf4fcdf67f02dd913e85e89bbd6cc2a377bd9 Mon Sep 17 00:00:00 2001 From: varac Date: Wed, 8 Mar 2017 19:55:13 +0100 Subject: Run test stage at beginning of pipeline --- .gitlab-ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aeee721..dd6f1bb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,6 @@ -# Todo: -# - Move test stage at the beginning of pipeline once packaging is done stages: - - package - test + - package .job_template: &job_definition @@ -12,7 +10,7 @@ stages: - "pwd; git describe" - build-build-package # Test the package with lintian - - build-test-lintian --fail-on-warnings + - build-test-lintian - upload-package # sleep 1h to allow debugging of running container #- sleep 3600 @@ -26,7 +24,7 @@ stages: - 'results/*' test: - image: leapcode/soledad:latest + image: "0xacab.org:4567/leap/gitlab-buildpackage:test_jessie_amd64" stage: test script: - tox --recreate -- cgit v1.2.3