From 4095a6da79cc857f2d0513bb570db8bdc72e2f5e Mon Sep 17 00:00:00 2001 From: Gregor Michalicek Date: Thu, 25 Oct 2018 18:53:37 +0200 Subject: [PATCH] Rename test-gfortran -> test-gfortran-hdf5 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e5bf7be..cd455841 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ build-gfortran-hdf5: # - triggers # - web -test-gfortran: +test-gfortran-hdf5: image: iffregistry.fz-juelich.de/fleur/fleur:latest stage: test cache: @@ -148,4 +148,4 @@ gfortran-coverage: url: https://fleur.iffgit.fz-juelich.de/fleur/coverage_html only: - web - - schedules \ No newline at end of file + - schedules -- GitLab