Commit 19e34455 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt
Browse files

fix build instructions

parent ce41726a
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -2,16 +2,14 @@ stages:
    - test
    - build

before_script:
    - make ci_deps_debian

test_buster:
    image: $CI_REGISTRY_IMAGE/build:buster
    stage: test
    script:
        - make ci_settings test
        - make test

make_deb_package:
    image: $CI_REGISTRY_IMAGE/build:buster
    stage: build
    tags:
        - fast-io