From b2ddc9ffa9fdc880ca301817d59277343005fd5d Mon Sep 17 00:00:00 2001 From: Azul Date: Fri, 16 Sep 2016 12:56:13 +0200 Subject: bugfix: load order issue in server, include test Includes our first functional test. This one only makes sure loading the bin/nickserver actually works fine. Enough to catch this bug. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14e56a7..024fb9f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,7 @@ before_script: - curl -s couchdb:5984 - gem install bundler --no-ri --no-rdoc - bundle install -j $(nproc) --path vendor + - bundle exec ruby /builds/leap/nickserver/bin/nickserver version test: script: -- cgit v1.2.3