From a6b1f3900ab208da7c45d475a85af5b6bd7a19c8 Mon Sep 17 00:00:00 2001 From: Alexander Pace <alexander.pace@ligo.org> Date: Mon, 29 Oct 2018 13:20:13 -0500 Subject: [PATCH] Update .gitlab-ci.yml: updated burst container --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3002bc3ba..db170a347a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -134,7 +134,7 @@ level2:gstlal-inspiral: - schedules level2:gstlal-burst: - image: aepace/gstlal-dev:stretch-mkl + image: aepace/gstlal-dev:stretch-mkl-1.14 stage: level2 dependencies: - level1:gstlal-ugly @@ -291,7 +291,7 @@ test:offline: allow_failure: true pages: - image: aepace/gstlal-dev:el7-mkl-1.14l + image: aepace/gstlal-dev:el7-mkl-1.14 stage: nightly-pages script: - echo "Building Documentation" -- GitLab