From a1aa78f02f4b6e37b6577f5ca8de270598740734 Mon Sep 17 00:00:00 2001 From: Dominic Kempf Date: Wed, 13 May 2020 18:40:15 +0200 Subject: [PATCH] Concretize both master and 2.7 release in CI job --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7f0c16..776bc15 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,8 @@ before_script: spectest:v0.14.2: image: registry.dune-project.org/spack/dune-spack:v0.14.2 - script: spack spec dune + script: + - spack spec dune@master + - spack spec dune@2.7 tags: - cores:1