diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-22 23:20:03 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-22 23:20:03 +0200 |
commit | 7ca1978b65e0d69cab51f55fb53224885ab37809 (patch) | |
tree | e3be2c8d154bfe2395fa5a8b857aac3ecf36ef7c | |
parent | 792fed91a5c0c218ede19b01d5d818730193a6b2 (diff) | |
download | Chimère-7ca1978b65e0d69cab51f55fb53224885ab37809.tar.bz2 Chimère-7ca1978b65e0d69cab51f55fb53224885ab37809.zip |
CI: adapt to specific choose the wheezy runner
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37b8ead..e28eaa9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,5 +16,6 @@ services: master: script: "make test_gitlab" only: - - master - v2.9 + tags: + - wheezy |