diff options
author | varac <varacanero@zeromail.org> | 2017-03-08 19:51:29 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-03-17 05:52:20 -0500 |
commit | 03af25d4b6e9a2e7878f7b4c658b33450f016213 (patch) | |
tree | 172b525da02a15faf2a3eea890a88994e74fbc3f | |
parent | feb6a076216853b9d2b65101181bfc434c326b2c (diff) |
[pkg] Use test_jessie_amd64 for testing
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 210f17a..0994cd2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ stages: test: stage: test - image: "0xacab.org:4567/leap/gitlab-buildpackage:build_jessie_amd64" + image: "0xacab.org:4567/leap/gitlab-buildpackage:test_jessie_amd64" script: - tox --recreate |