diff options
author | varac <varacanero@zeromail.org> | 2017-03-08 19:56:10 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2017-03-08 19:56:10 +0100 |
commit | e1cc6f8b907b4a3eb672779ec528c04f611e6c4f (patch) | |
tree | 0532d5bab2865e4a769252a14b72580e1d173b11 | |
parent | 4522740a0c62ffd42cb8c1c4efd8ae144625b7e2 (diff) |
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 |