ERROR: bob.db.nist_sre12.test.test_query

======================================================================
ERROR: bob.db.nist_sre12.test.test_query
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/work/gitlab-ci/work/gitlab-ci/f6f95b82/0/bob/bob.nightlies/env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/Users/buildbot/work/gitlab-ci/work/gitlab-ci/f6f95b82/0/bob/bob.nightlies/env/lib/python2.7/site-packages/bob/db/nist_sre12/test.py", line 36, in wrapper
    return test(*args, **kwargs)
  File "/Users/buildbot/work/gitlab-ci/work/gitlab-ci/f6f95b82/0/bob/bob.nightlies/env/lib/python2.7/site-packages/bob/db/nist_sre12/test.py", line 63, in test_query
    assert(len(db.eval_key(protocol='all', groups='eval-core-all')) == 1880434)
  File "/Users/buildbot/work/gitlab-ci/work/gitlab-ci/f6f95b82/0/bob/bob.nightlies/env/lib/python2.7/site-packages/bob/db/nist_sre12/query.py", line 270, in eval_key
    with open(fn) as fp:
IOError: [Errno 2] No such file or directory: '/Users/buildbot/work/gitlab-ci/work/gitlab-ci/f6f95b82/0/bob/bob.nightlies/env/lib/python2.7/site-packages/bob/db/nist_sre12/sre12/protocols/all/eval-core-all/key.lst'

Your .gitlab-ci.yml is customized while in bob.nightlies this is tested like other packages and makes this test to fail.

ping @bob for possible solutions here. @tiago.pereira @andre.anjos