chore(gitlab-ci): ensure frontend:test is run before deploy

This commit is contained in:
Gregor Kleen 2020-05-06 09:21:20 +02:00
parent e508277496
commit 61dbc85821

View File

@ -249,6 +249,7 @@ deploy:uniworx3:
- yesod:build
- yesod:test # For sanity
- hlint # For sanity
- frontend:test # For sanity
before_script:
- apt-get update -y
- apt-get install -y --no-install-recommends openssh-client