Merge pull request #49658 from mayflower/gitlab-refactor

gitlab: refactor and fix test
This commit is contained in:
Florian Klink
2018-11-03 01:49:23 +01:00
committed by GitHub
4 changed files with 109 additions and 137 deletions
+1 -1
View File
@@ -301,7 +301,7 @@ in rec {
tests.fsck = callTest tests/fsck.nix {};
tests.fwupd = callTest tests/fwupd.nix {};
tests.gdk-pixbuf = callTest tests/gdk-pixbuf.nix {};
#tests.gitlab = callTest tests/gitlab.nix {};
tests.gitlab = callTest tests/gitlab.nix {};
tests.gitolite = callTest tests/gitolite.nix {};
tests.gjs = callTest tests/gjs.nix {};
tests.gocd-agent = callTest tests/gocd-agent.nix {};