From 7c626ec2c27b19aab8eb9794fc213bde7e95c190 Mon Sep 17 00:00:00 2001 From: Eric Timmons <etimmons@mit.edu> Date: Tue, 8 Feb 2022 17:02:47 -0500 Subject: [PATCH] Switch to stable branch for CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92b5f48..3cf552f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ include: - project: 'clci/gitlab-ci' - ref: v2-dev + ref: v2-stable file: - definitions.gitlab-ci.yml - guarded-linux-test-pipeline.gitlab-ci.yml -- GitLab