From 2762017b14ff9d4ce20374429c22c6c287e18af8 Mon Sep 17 00:00:00 2001 From: bclayton-usgs <bclayton@usgs.gov> Date: Fri, 28 Feb 2020 15:45:24 -0700 Subject: [PATCH] fix spelling error --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6258169..0a3f2b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -101,7 +101,7 @@ Unit Tests: - tags@ghsc/nshmp/nshmp-netcdf coverage: '/Total.*?([0-9]{1,3})%/' before_script: - - *fault-sctions + - *fault-sections - *nshmp-lib script: - ./gradlew --no-daemon check; -- GitLab