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 - stack test --flag uniworx:-library-only --flag uniworx:-dev --flag uniworx:pedantic uniworx:test:hlint
needs: needs:
- frontend:build - frontend:build
- yesod:build # For caching
before_script: before_script:
- apt-get update -y - apt-get update -y
- apt-get install -y --no-install-recommends locales-all - 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 - stack test --coverage --flag uniworx:-library-only --flag uniworx:-dev --flag uniworx:pedantic --skip hlint
needs: needs:
- frontend:build - frontend:build
- yesod:build # For caching
before_script: before_script:
- apt-get update -y - apt-get update -y
- apt-get install -y --no-install-recommends locales-all - apt-get install -y --no-install-recommends locales-all