diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2019-02-26 20:05:00 +0100 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2019-03-06 15:15:28 +0100 |
commit | 7694c6ea9452fe4b8f21908a79835a03f1b2ec10 (patch) | |
tree | 31bf4f7c28102a2794c145c4aafa3680e152d789 /.gitlab-ci.yml | |
parent | attempt #6 (diff) | |
download | kea-7694c6ea9452fe4b8f21908a79835a03f1b2ec10.tar.xz kea-7694c6ea9452fe4b8f21908a79835a03f1b2ec10.zip |
Stage defined explicitly as test
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee15b6254c..e511098c4f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ ci-setup: - sudo apt -y install shellcheck shellcheck: + stage: test image: "$CI_REGISTRY_IMAGE:debian-stretch-amd64" script: - SCRIPTS="src/bin/keactrl/keactrl.in src/bin/admin/kea-admin.in src/bin/admin/admin-utils.sh" |