chore(gitlab-ci): cleanup

This commit is contained in:
Gregor Kleen 2020-05-06 12:44:54 +02:00
parent 0374e48fd5
commit e632ac06a3

View File

@ -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