From e632ac06a38a5087127346db1b4e7caa4e06c057 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 6 May 2020 12:44:54 +0200 Subject: [PATCH] chore(gitlab-ci): cleanup --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d8fd388af..9e7b3bb7b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -203,7 +203,6 @@ hlint: - stack test --flag uniworx:-library-only --flag uniworx:-dev --flag uniworx:pedantic uniworx:test:hlint needs: - frontend:build - - yesod:build # For caching before_script: - apt-get update -y - apt-get install -y --no-install-recommends locales-all @@ -227,7 +226,6 @@ yesod:test: - stack test --coverage --flag uniworx:-library-only --flag uniworx:-dev --flag uniworx:pedantic --skip hlint needs: - frontend:build - - yesod:build # For caching before_script: - apt-get update -y - apt-get install -y --no-install-recommends locales-all