diff --git a/.drone.yml b/.drone.yml index 99dc7ed..38b4c5d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -198,11 +198,12 @@ pipeline: # Pre-setup steps - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB - - cd ../server/apps/$APP_NAME + - cd ../server/ + - ./occ app:enable loginviapost - php -S localhost:8080 & # Run behat tests - - cd Tests/Integration/ + - cd apps/$APP_NAME/Tests/Integration/ - vendor/bin/behat when: matrix: @@ -217,11 +218,12 @@ pipeline: # Pre-setup steps - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB - - cd ../server/apps/$APP_NAME + - cd ../server/ + - ./occ app:enable loginviapost - php -S localhost:8080 & # Run behat tests - - cd Tests/Integration/ + - cd apps/$APP_NAME/Tests/Integration/ - vendor/bin/behat when: matrix: