From 705fa70eda7d7907d0fde4e29a97c464683e8c38 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 28 Jun 2021 08:25:53 -0400 Subject: [PATCH] tell it what docker image to use --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3449776e..85d38040 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,9 @@ morph-builds: # This is far from ideal but maybe it's a tolerable hack for now. - "nixos" - "docker" + + image: "nixos/nix:latest" + stage: "test" variables: # CACHIX_AUTH_TOKEN, which lets us push to cachix, is supplied by GitLab -- GitLab