Merge branch 'master' into 'v1.15.3'

# Conflicts:
#   CHANGELOG.md
1 job for v1.15.3 in 4 minutes and 18 seconds (queued for 2 seconds)
Status
Job
Stage
Name
Duration
Coverage
No jobs to show
Name Stage Failure
failed
regression_tests Test
22202        52  2018  ...                 3                Goi?s
22203 52 2018 ... 3 Goi?s
22204 52 2018 ... 3 Goi?s

[22201 rows x 7 columns]
teacher,adm_dependency:["1","2","3"],education_type:["3","4","5","6","7","8","9","10","11","12"]&dims=education_type OK!
teacher,adm_dependency:["1","2","3"] OK!
TOTAL FAIL: 18
ERROR: Job failed: exit code 1

Speed up your pipelines with Needs relationships

Using the needs keyword makes jobs run before their stage is reached. Jobs run as soon as their needs relationships are met, which speeds up your pipelines.

If you add needs to jobs in your pipeline you'll be able to view the needs relationships between jobs in this tab as a Directed Acyclic Graph (DAG).