Resolve "Make gitlab run PHPunit tests"
Compare changes
- Oyvind.Gjesdal authored
change stage names, move test block before deploy_to_test block, run php unit without folder as parameter
+ 21
− 21
- ssh -6 -o "StrictHostKeyChecking=no" $MARCUS_USER@$MARCUS_SERVER "cd $MARCUS_HOME && git fetch && git checkout $CI_COMMIT_SHA && composer install --no-dev"
- ssh -6 -o "StrictHostKeyChecking=no" $MARCUS_USER@$MARCUS_SERVER "cd $ADMIN_HOME && git fetch && git checkout $CI_COMMIT_SHA && composer install --no-dev"
@@ -27,10 +11,26 @@ unit_tests:
@@ -27,10 +11,26 @@ unit_tests:
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer