diff options
author | louiz’ <louiz@louiz.org> | 2018-08-26 18:55:48 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2018-08-26 18:55:48 +0200 |
commit | 793831539a7de87b693e20343cb93b07c39c37e1 (patch) | |
tree | 440f154f22cf0735dd57a6bfe71825376bb19718 | |
parent | 7f50a3c3d2af31eb29f2ba467ead998c31d16943 (diff) | |
download | biboumi-793831539a7de87b693e20343cb93b07c39c37e1.tar.gz biboumi-793831539a7de87b693e20343cb93b07c39c37e1.tar.bz2 biboumi-793831539a7de87b693e20343cb93b07c39c37e1.tar.xz biboumi-793831539a7de87b693e20343cb93b07c39c37e1.zip |
test:alpine depends on build:alpine, not debian
-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 84eeb76..bc715ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -149,7 +149,7 @@ test:alpine: image: docker.louiz.org/louiz/biboumi/test-alpine:latest <<: *basic_test dependencies: - - build:debian + - build:alpine image: docker.louiz.org/louiz/biboumi/test-alpine:latest test:freebsd: |