From f8b96c96c6ee6ca224d90294720d76d6f39a2a46 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Tue, 28 Apr 2020 17:46:12 +0200
Subject: [PATCH] Try fixing the behat task which needs to update its own
 configuration first

---
 test-and-deploy.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test-and-deploy.yml b/test-and-deploy.yml
index 3666154..ff5290d 100644
--- a/test-and-deploy.yml
+++ b/test-and-deploy.yml
@@ -247,9 +247,9 @@ stages:
   variables:
     GIT_STRATEGY: none
   script:
-    - ls -lisa tests/behat
+    - ls -lisa tests/behat/
     - ahoy behat update
-    - ls -lisa tests/behat
+    - ls -lisa tests/behat/
     - ahoy behat test2xml
     - docker cp ${COMPOSE_PROJECT_NAME}_php_1:/var/www/html/tests/output/default.xml ./behat.xml
   retry: 1
-- 
GitLab