diff options
author | varac <varacanero@zeromail.org> | 2017-03-08 19:56:10 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-03-17 05:52:26 -0500 |
commit | def7012938f3b68f6e3050e10e8eb87dd7a7a71e (patch) | |
tree | 758e2e6000cb415c38d17511748db757e062e784 | |
parent | 03af25d4b6e9a2e7878f7b4c658b33450f016213 (diff) |
[pkg] Run test stage at beginning of pipeline
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0994cd2..017c0b0 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 |