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:build
- yesod:test # For sanity - yesod:test # For sanity
- hlint # For sanity - hlint # For sanity
- frontend:test # For sanity
before_script: before_script:
- apt-get update -y - apt-get update -y
- apt-get install -y --no-install-recommends openssh-client - apt-get install -y --no-install-recommends openssh-client