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