From e69df2e5c8044d7549ccfbd9143c3edc0d0ebaae Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Tue, 11 Apr 2023 15:10:44 +0200 Subject: [PATCH] Remove mestral tag for CI Now we run the CI tests in our own infrastructure. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ceb0af..7c0106b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,6 @@ build:debian-testing: image: debian:testing tags: - docker - - mestral stage: build before_script: - apt update && apt -y install make autoconf gfortran libopenmpi-dev cmake