summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2018-11-02 21:22:51 +0100
committerRobin Gloster <mail@glob.in>2018-11-02 22:40:21 +0100
commitec7cb84bf07ef1064a28b0b4dbb370efacd9e56e (patch)
tree2b3856ec165b2b951798202d06ea6bb51c1f55a9 /nixos/release.nix
parenta4234645fe2445fe503413b159a842dbb280a777 (diff)
downloadnixlib-ec7cb84bf07ef1064a28b0b4dbb370efacd9e56e.tar
nixlib-ec7cb84bf07ef1064a28b0b4dbb370efacd9e56e.tar.gz
nixlib-ec7cb84bf07ef1064a28b0b4dbb370efacd9e56e.tar.bz2
nixlib-ec7cb84bf07ef1064a28b0b4dbb370efacd9e56e.tar.lz
nixlib-ec7cb84bf07ef1064a28b0b4dbb370efacd9e56e.tar.xz
nixlib-ec7cb84bf07ef1064a28b0b4dbb370efacd9e56e.tar.zst
nixlib-ec7cb84bf07ef1064a28b0b4dbb370efacd9e56e.zip
gitlab: refactor and fix test
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 51505d6aab9d..96d2e11fff3c 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -300,7 +300,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 {};