summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 22fda54c..d6f65f8c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,6 +52,7 @@ ok_job:
- pwd
- echo $CI_BUILD_REF_NAME
when: on_success
+ dependencies: []
variables:
GIT_STRATEGY: none
@@ -61,5 +62,6 @@ fail_job:
- pwd
- echo $CI_BUILD_REF_NAME
when: on_failure
+ dependencies: []
variables:
GIT_STRATEGY: none