Skip to content
Snippets Groups Projects
Commit 59b9a390 authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix dependencies

parent 8e25ce4f
No related branches found
No related tags found
No related merge requests found
......@@ -327,6 +327,7 @@ stages:
paths:
- phpcs.xml
dependencies:
- 'Validate Environment'
- 'Build Site'
except:
refs:
......@@ -360,6 +361,7 @@ stages:
reports:
junit: junit.xml
dependencies:
- 'Validate Environment'
- 'Build Site'
except:
refs:
......@@ -391,6 +393,7 @@ stages:
paths:
- behat.xml
dependencies:
- 'Validate Environment'
- 'Build Site'
- 'Build Theme'
except:
......@@ -420,6 +423,7 @@ stages:
- config/backstop_reference
- tests/backstop/backstop_data
dependencies:
- 'Validate Environment'
- 'Build Site'
- 'Build Theme'
except:
......@@ -447,6 +451,7 @@ stages:
fi
cache: {}
dependencies:
- 'Validate Environment'
- 'Build Theme'
except:
refs:
......@@ -471,6 +476,7 @@ stages:
fi
cache: {}
dependencies:
- 'Validate Environment'
- 'Build Prod Site'
- 'Build Theme'
except:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment