From edce8c9ab635a7b0de3d347e0397941517ee830f Mon Sep 17 00:00:00 2001 From: Valentin Reis Date: Mon, 4 Feb 2019 12:42:39 -0600 Subject: [PATCH] Bump CI. --- .gitlab-ci.yml | 2 +- default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc8420e..c1ef0e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -include: 'https://xgitlab.cels.anl.gov/argo/argotest/raw/master/gitlab/refactored.yml' +include: 'https://xgitlab.cels.anl.gov/argo/argotest/raw/master/gitlab/binary_rename.yml' stages: - build diff --git a/default.nix b/default.nix index 6fa0ef8..590fb2f 100644 --- a/default.nix +++ b/default.nix @@ -3,5 +3,5 @@ let argotest = "https://xgitlab.cels.anl.gov/argo/argotest/-/archive/master/argotest-master.tar.gz"; in import "${argotest}/test.nix" { nrm-override = ./.; - testName = "traceback"; + testName = "split"; } -- GitLab